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

Updated CI with big-endian and 32-bit archs. #24

Closed Alexhuszagh closed 3 years ago

Alexhuszagh commented 3 years ago

Fixes #23. Adds support for a few common architectures, 32-bit little and big-endian architectures.

aldanor commented 3 years ago

Thanks, looks great - this covers the most important arch cases so it should be sufficient.