fast-float-rust
fast-float-rust copied to clipboard
add no_std attribute
- no_std: add attribute to crate
- run cargo fmt --all
I'm not sure we need the fmt changes since this library doesn't use rustfmt, but the no_std additions would be noce.
Currently, the master branch cannot be compiled in no_std environment. Add the attribute is needed.