aldanor / fast-float-rust

Super-fast float parser in Rust (now part of Rust core)
https://docs.rs/fast-float
Apache License 2.0
275 stars 20 forks source link

add no_std attribute #33

Open jordens opened 2 years ago

jordens commented 2 years ago
Alexhuszagh commented 2 years ago

I'm not sure we need the fmt changes since this library doesn't use rustfmt, but the no_std additions would be noce.

YXL76 commented 2 years ago

Currently, the master branch cannot be compiled in no_std environment. Add the attribute is needed.