dtolnay / itoa
Fast function for printing integer primitives to a decimal string
☆324Updated 3 weeks ago
Alternatives and similar repositories for itoa:
Users that are interested in itoa are comparing it to the libraries listed below
- Fast floating point to string conversion☆628Updated 3 weeks ago
- Conditional compilation according to rustc compiler version☆350Updated 3 weeks ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆450Updated last month
- Fast numeric to- and from-string conversion routines.☆318Updated last month
- Async synchronization primitives☆263Updated 2 months ago
- ☆267Updated last month
- Serialize and deserialize C-like enum as underlying repr☆237Updated 3 weeks ago
- Futures, streams, and async I/O combinators.☆498Updated last month
- Statically-checked alternatives to RefCell and RwLock☆368Updated 9 months ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆511Updated 2 weeks ago
- ☆478Updated 5 months ago
- Just, really the littlest Vec you could need. So smol.☆675Updated 3 weeks ago
- Spin-based synchronization primitives☆508Updated 2 weeks ago
- A crate for safe and ergonomic pin-projection.☆637Updated 3 weeks ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆287Updated 7 months ago
- A lightweight version of pin-project written with declarative macros.☆242Updated this week
- Generic Atomic<T> type for Rust☆230Updated last year
- Fowler–Noll–Vo hash function☆345Updated last year
- Notify async tasks or threads☆461Updated last month
- Async I/O and timers☆489Updated last week
- ☆285Updated 7 months ago
- Task abstraction for building executors☆460Updated 2 months ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆335Updated 2 weeks ago
- Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros☆407Updated last month
- A library for to allow multiple return types by automatically generated enum.☆359Updated this week
- Per-object thread-local storage for Rust☆343Updated 10 months ago
- Async executor☆362Updated 2 months ago
- Adaptors between compression crates and Rust's async IO types☆473Updated this week
- Count lines of LLVM IR per generic function☆437Updated last month
- Concurrent multi-producer multi-consumer queue☆277Updated 2 months ago