mmstick / numtoa
An efficient method of heaplessly converting numbers into their string representations, storing the representation within a reusable byte array.
☆43Updated 3 years ago
Alternatives and similar repositories for numtoa:
Users that are interested in numtoa are comparing it to the libraries listed below
- A fuzzing tool for incremental compilation that walks git history☆32Updated 6 years ago
- Deprecated in favor of the libm crate.☆29Updated 6 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- Rust macro crate used for fighting the borrow checker☆14Updated 8 years ago
- More maintainable Rust test☆28Updated 3 years ago
- Convert `try!()` into `?`s☆34Updated 8 years ago
- 💘 A logging style that is subjectively nice.☆21Updated 7 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Implementation of libm in rust☆34Updated 7 years ago
- reprints for your terminal screen☆20Updated 9 years ago
- cargo-safety provides safety checks for Rust projects by finding all uses of unsafe code in dependencies.☆62Updated 7 years ago
- Cargo subcommand for contributing to your dependencies☆56Updated 5 years ago
- Units of Measure for Rust☆46Updated 9 years ago
- Coordination repository of the portability Working Group (WG)☆42Updated 3 years ago
- This library provides zero-cost dimensional analysis for safe, unit-aware numeric computations in Rust.☆24Updated 7 years ago
- Run a function after some data was mutably borrowed☆30Updated 4 years ago
- SUPERSEDED by https://github.com/japaric/xargo☆13Updated 9 years ago
- A multi-platform embedded software development kit using the Rust programming language.☆44Updated 5 years ago
- A monotonic solver designed to be easy to use with Rust enum expressions☆47Updated 4 years ago
- Scary macros for serde_json☆43Updated 8 years ago
- Visualize vertical data inside your terminal 💦☆90Updated 3 months ago
- A library which finds language features in rust code and provides resources on them.☆39Updated 7 years ago
- Coordination repository of the ecosystem Working Group (WG)☆22Updated 6 years ago
- Extended Search & Ranking tool for crates.☆24Updated 4 years ago
- Lightweight logging framework for resource constrained devices☆47Updated 5 years ago
- ☆27Updated 8 years ago
- A general-purpose lens library for Rust.☆29Updated 8 years ago
- Bisects rust-lang/rust by pull request, downloading the built artifacts☆19Updated 6 years ago
- A small crate to provide space-efficient Option<_> replacements