bugsmith@programming.dev to Programming@programming.dev · 1 year agoIntroducing Numbat: A programming language with physical units as typesnumbat.devexternal-linkmessage-square21fedilinkarrow-up1164arrow-down17
arrow-up1157arrow-down1external-linkIntroducing Numbat: A programming language with physical units as typesnumbat.devbugsmith@programming.dev to Programming@programming.dev · 1 year agomessage-square21fedilink
minus-squareStarfighter@discuss.tchncs.delinkfedilinkarrow-up1·1 year agoThe uom crate implements this for Rust. The core functionality is based on generics but there are some macros for defining custom measurement systems.
The uom crate implements this for Rust.
The core functionality is based on generics but there are some macros for defining custom measurement systems.