rust-analyzer / smol_strLinks
☆490Updated 8 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.☆699Updated 4 months ago
- Fast floating point to string conversion☆644Updated last month
- A minimal `syn` syntax tree pretty-printer☆710Updated 3 weeks ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆533Updated 4 months ago
- Like Rust's std::Path, but UTF-8.☆499Updated last month
- ☆322Updated 2 weeks ago
- A simple and fast random number generator☆508Updated this week
- Statically-checked alternatives to RefCell and RwLock☆368Updated last year
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆481Updated 5 months ago
- Easy self-referential struct generation for Rust.☆622Updated 6 months ago
- Test harness for ui tests of compiler diagnostics☆896Updated this week
- Library for snippet annotations☆319Updated 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…☆486Updated 2 weeks ago
- The logical evolution of the include_str macro for embedding a directory tree into your binary.☆370Updated last year
- Execute Rust code carefully, with extra checking along the way☆430Updated last week
- Futures, streams, and async I/O combinators.☆508Updated last week
- A minimal async executor that lets you block on a future☆604Updated last month
- Count lines of LLVM IR per generic function☆462Updated 5 months ago
- Rust method delegation with less boilerplate☆491Updated 2 months ago
- A crate for safe and ergonomic pin-projection.☆666Updated last week
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆344Updated 4 months ago
- A memory efficient string type that can store up to 24* bytes on the stack☆746Updated 3 months ago
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆636Updated 3 weeks ago
- Safe cross-platform linker shenanigans☆755Updated last month
- cross-platform Rust API for memory mapped IO☆499Updated 3 weeks ago
- Async executor☆379Updated this week
- Fast function for printing integer primitives to a decimal string☆332Updated last month
- A set of alternative `derive` attributes for Rust☆444Updated last year
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆757Updated last week
- Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros☆424Updated 2 weeks ago