fast-float-rust icon indicating copy to clipboard operation
fast-float-rust copied to clipboard

add no_std attribute

Open jordens opened this issue 3 years ago • 2 comments

  • no_std: add attribute to crate
  • run cargo fmt --all

jordens avatar Jan 13 '22 10:01 jordens

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

Alexhuszagh avatar Mar 17 '22 16:03 Alexhuszagh

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

YXL76 avatar Apr 15 '22 05:04 YXL76