Skip to content

grooviegermanikus/rust-hft-unit-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vague ideas

constant generic types

  • 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
  • collect all types and combinations (similar to simple_units)

About

Rust Typed Unit System for High Frequency Trading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages