rust-analyzer / smol_strLinks
☆493Updated 9 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.☆700Updated 4 months ago
- A minimal `syn` syntax tree pretty-printer☆711Updated last week
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆534Updated 4 months ago
- Fast floating point to string conversion☆647Updated 2 months ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆489Updated 5 months ago
- ☆328Updated this week
- Test harness for ui tests of compiler diagnostics☆907Updated 3 weeks ago
- Like Rust's std::Path, but UTF-8.☆503Updated 2 months ago
- Easy self-referential struct generation for Rust.☆631Updated 6 months ago
- Execute Rust code carefully, with extra checking along the way☆434Updated 3 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…☆489Updated this week
- Cargo subcommand to provide various options useful for testing and continuous integration.☆742Updated 3 weeks ago
- Library for snippet annotations☆325Updated this week
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- Async executor☆383Updated last week
- A crate for safe and ergonomic pin-projection.☆670Updated 3 weeks ago
- Fast function for printing integer primitives to a decimal string☆331Updated 2 months ago
- Count lines of LLVM IR per generic function☆465Updated 3 weeks ago
- A memory efficient string type that can store up to 24* bytes on the stack☆753Updated 4 months ago
- Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros☆427Updated last month
- An implementation of Joshua Yanovski's Ghost Cell paper.☆480Updated last year
- A set of alternative `derive` attributes for Rust☆446Updated last year
- Futures, streams, and async I/O combinators.☆509Updated last month
- A simple and fast random number generator☆513Updated 3 weeks ago
- Module initialization/global constructor functions for Rust☆877Updated this week
- A minimal async executor that lets you block on a future☆609Updated 2 months ago
- Safe cross-platform linker shenanigans☆769Updated this week
- Rust method delegation with less boilerplate☆492Updated 2 weeks ago
- Compile-time string formatting☆238Updated 7 months ago
- Experiments with structured concurrency in Rust☆374Updated last year