Storyyeller / easy_stringsLinks
Ergonomic, garbage collected strings for Rust
☆36Updated 8 years ago
Alternatives and similar repositories for easy_strings
Users that are interested in easy_strings are comparing it to the libraries listed below
Sorting:
- Convert `try!()` into `?`s☆34Updated 8 years ago
- ☆38Updated 10 years ago
- Scrap Your Rust Boilerplate☆55Updated 7 years ago
- No longer maintained☆38Updated 7 years ago
- A Rust implementation of the PCG PRNG.☆24Updated 8 years ago
- reprints for your terminal screen☆20Updated 9 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Initial rallying point for ideas and PRs around solving discoverability of Rust crates for production use.☆29Updated 8 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 2 months ago
- A very small GC in Rust, with a safe API☆62Updated 11 months ago
- A dynamically typed value with fast downcasting.☆28Updated 9 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- ☆27Updated 8 years ago
- A modern asynchronous HTTP server for Rust.☆63Updated 8 years ago
- ☆27Updated 10 years ago
- A composable wait system.☆76Updated 6 years ago
- Pure-Rust Command Line Editing Library☆26Updated 8 years ago
- BitSparrow in Rust☆11Updated 8 years ago
- Experimental collection traits for Rust☆28Updated 8 years ago
- Tiny RPC framework for Rust☆33Updated 9 years ago
- A reader-writer lock that can be used with a Condvar.☆29Updated 9 years ago
- ☆17Updated 4 years ago
- Use format strings to create strongly-typed data pack/unpack interfaces☆62Updated last year
- ☆37Updated 8 years ago
- Proof of concept for fast regexes in rust☆39Updated 8 years ago
- bytevec: A Rust serialization library that uses byte vectors☆41Updated 2 years ago
- Asynchronous, HA (master-master) PostgreSQL driver on top of libpq.☆39Updated 5 months ago
- A synchronization primitive for lock-free reads with one concurrent writer