- provide universal definitions and constants at compile-time - e.g. number of decimals
- instead of ...
Mint::new("USDC", 6)
- do this ...
type Mint_USDC = Mint_typed<"USDC", 6>
(uses constant generic types) - we should provide both and implement a shared trait
- instead of ...
- collect all types and combinations (similar to simple_units)
-
Notifications
You must be signed in to change notification settings - Fork 1
grooviegermanikus/rust-hft-unit-system
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Rust Typed Unit System for High Frequency Trading
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published