rust-analyzer / smol_strLinks
☆493Updated 10 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.☆704Updated this week
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆496Updated 2 weeks ago
- Fast floating point to string conversion☆650Updated 2 weeks ago
- A minimal `syn` syntax tree pretty-printer☆714Updated this week
- ☆329Updated 2 weeks ago
- List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via C…☆488Updated last week
- Library for snippet annotations☆327Updated 2 weeks ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆535Updated 5 months ago
- Async executor☆388Updated 2 weeks ago
- Like Rust's std::Path, but UTF-8.☆508Updated 2 weeks ago
- A simple and fast random number generator☆515Updated last month
- Easy self-referential struct generation for Rust.☆637Updated 7 months ago
- A memory efficient string type that can store up to 24* bytes on the stack☆754Updated 5 months ago
- Test harness for ui tests of compiler diagnostics☆914Updated 3 weeks ago
- Fast function for printing integer primitives to a decimal string☆334Updated 2 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- Execute Rust code carefully, with extra checking along the way☆445Updated last month
- Rust method delegation with less boilerplate☆494Updated last month
- Futures, streams, and async I/O combinators.☆514Updated 2 weeks ago
- A crate for safe and ergonomic pin-projection.☆673Updated 2 weeks ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆345Updated 5 months ago
- Module initialization/global constructor functions for Rust☆891Updated last week
- Cargo subcommand to provide various options useful for testing and continuous integration.☆744Updated 2 weeks ago
- Count lines of LLVM IR per generic function☆468Updated last month
- A tool for managing cargo workspaces and their crates, inspired by lerna☆544Updated last month
- Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros☆430Updated last week
- A set of alternative `derive` attributes for Rust☆446Updated last year
- A minimal async executor that lets you block on a future☆613Updated 2 months ago
- Conditional compilation according to rustc compiler version☆375Updated last week
- A high performance, zero-copy URL router.☆472Updated 3 weeks ago