Skip to content

mentics/rust-tradier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-tradier

Someday it may become a general client for the Tradier API in Rust, but for now, it's just the functionality I need for a project.

Design goals

  • Performance
  • Zero copy. There are cases where copying is good, but only the user of this library would know that, not this lib.
  • When structs are created, they should be packed/aligned optimally
  • This is intended to be a general purpose implementation, but it is intended to be used inside an optimized thread-per-core approach with appropriate channels to other cores and such. Ideally it doesn't implement or depend on those things itself, but it must be implemented such that it can plugin to an implementation that does.

About

A client for the Tradier API in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published