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 std::iter::Sum. #68

Open droundy opened 4 years ago

droundy commented 4 years ago

It would be lovely to implement std::iter::Sum for types that also implement it, so I could use vec.iter().sum().

TonalidadeHidrica commented 2 years ago

Is this perhaps resolved by #71 ?