paholg / dimensioned

Compile-time dimensional analysis for various unit systems using Rust's type system.
https://crates.io/crates/dimensioned
MIT License
300 stars 23 forks source link

Allow `serde` without `std` #84

Closed quentinmit closed 1 year ago

quentinmit commented 2 years ago

The serde crate supports building no_std, but dimensioned needs to request it without default features.