rust-analyzer / smol_strLinks
☆501Updated 3 weeks 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.☆710Updated 3 months ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆540Updated 3 weeks ago
- Test harness for ui tests of compiler diagnostics☆940Updated last week
- A minimal `syn` syntax tree pretty-printer☆728Updated last week
- Library for snippet annotations☆458Updated 2 weeks ago
- Fast floating point to string conversion☆670Updated last week
- List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via C…☆512Updated last week
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆519Updated 3 months ago
- ☆345Updated 3 weeks ago
- Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros☆437Updated last month
- Execute Rust code carefully, with extra checking along the way☆454Updated this week
- Like Rust's std::Path, but UTF-8.☆533Updated last month
- Easy self-referential struct generation for Rust.☆671Updated 10 months ago
- A memory efficient string type that can store up to 24* bytes on the stack☆795Updated 2 months ago
- Statically-checked alternatives to RefCell and RwLock☆383Updated 2 months ago
- A simple and fast random number generator☆543Updated last month
- Count lines of LLVM IR per generic function☆483Updated last week
- Rust method delegation with less boilerplate☆503Updated 2 weeks ago
- A crate for safe and ergonomic pin-projection.☆692Updated 3 weeks ago
- Futures, streams, and async I/O combinators.☆530Updated last month
- A set of alternative `derive` attributes for Rust☆458Updated 2 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆456Updated 2 months ago
- A minimal async executor that lets you block on a future☆632Updated 2 weeks ago
- Async executor☆410Updated last month
- Fast function for printing integer primitives to a decimal string☆352Updated last week
- Experiments with structured concurrency in Rust☆394Updated last year
- Safe cross-platform linker shenanigans☆804Updated last week
- Generic extensions for tapping values in Rust.☆476Updated 2 years ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆359Updated last week
- Task abstraction for building executors☆526Updated last month