#debugging #display #float #utility #num-traits

no-std floatd

FloatD is just num_traits::Float + Debug + Display

1 unstable release

0.1.0 Mar 24, 2024

#625 in Math

Download history 127/week @ 2024-03-23 32/week @ 2024-03-30 5/week @ 2024-04-06

164 downloads per month
Used in floco

MIT/Apache

7KB

floatd 🛟 🐛 🖥️ Build Status Apache Badge MIT Badge

Tiny crate that provides a "FloatD" trait, i.e. num_traits::Float + Debug + Display. This is likely to be subsumed into a successor crate once my project is more mature. For now, this is the most convenient place to keep the trait.

According to the rust api guidelines chapter on futureproofing, specifying Display and Debug as trait bounds is bad practice.

I think my downstream use case for this crate (guaranteeing a struct's underlying data can be formatted into an associated error type) falls under exception 1 listed in the guidelines. Your mileage may vary, though.

Compatibility

This is a no-std crate by default, with std support behind a feature flag.

Dev Dependencies

The pre-commit config relies on casey/just: 🤖 Just a command runner

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~565KB
~11K SLoC