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

Support Default and Sum traits #71

Closed Amelia10007 closed 3 years ago

Amelia10007 commented 4 years ago

Support core::default::Default and core::iter::Sum traits to enhance convenience.

Amelia10007 commented 4 years ago

CI has failed with some errors. But CI in the current master branch (commit c8ac3ff6751161e39fb004919fbe94bf0811beaf) also fails with the same errors.

So I think CI failures are not caused by my commits.

paholg commented 3 years ago

Sorry for the delay; thanks!