rust-analyzer / smol_strLinks
☆487Updated 7 months ago
Alternatives and similar repositories for smol_str
Users that are interested in smol_str are comparing it to the libraries listed below
Sorting:
- Just, really the littlest Vec you could need. So smol.☆689Updated 2 months ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆526Updated 2 months ago
- Fast floating point to string conversion☆635Updated 2 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 11 months ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆470Updated 3 months ago
- Easy self-referential struct generation for Rust.☆613Updated 4 months ago
- Rust method delegation with less boilerplate☆487Updated last month
- A vector with a fixed capacity. (Rust)☆816Updated 7 months ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆339Updated 2 months ago
- Library for snippet annotations☆315Updated 2 weeks ago
- ☆309Updated last month
- A minimal `syn` syntax tree pretty-printer☆703Updated this week
- Like Rust's std::Path, but UTF-8.☆491Updated 3 months ago
- Asynchronous streams for Rust using async & await notation☆684Updated 5 months ago
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆741Updated 3 weeks ago
- A simple and fast random number generator☆497Updated last week
- A crate for safe and ergonomic pin-projection.☆659Updated 2 months ago
- List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via C…☆477Updated this week
- A memory efficient string type that can store up to 24* bytes on the stack☆737Updated 2 months ago
- Test harness for ui tests of compiler diagnostics☆886Updated 2 weeks ago
- Safe cross-platform linker shenanigans☆739Updated 2 weeks ago
- A minimal async executor that lets you block on a future☆587Updated last week
- Module initialization/global constructor functions for Rust☆862Updated last week
- Futures, streams, and async I/O combinators.☆503Updated 3 months ago
- A set of alternative `derive` attributes for Rust☆438Updated last year
- Execute Rust code carefully, with extra checking along the way☆416Updated this week
- Conditional compilation according to rustc compiler version☆364Updated last week
- Rust crate for a convenient RAII scope guard.☆509Updated last year
- in-place allocation-reusing queues for Rust☆374Updated 11 months ago
- Typed distributed plugin registration☆1,113Updated 2 months ago