A string type for Rust that is not required to be valid UTF-8.
☆1,041Feb 10, 2026Updated 3 weeks ago
Alternatives and similar repositories for bstr
Users that are interested in bstr are comparing it to the libraries listed below
Sorting:
- Optimized string search routines for Rust.☆1,375Feb 12, 2026Updated 2 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated 2 weeks ago
- A fast bump allocation arena for Rust☆2,117Updated this week
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- Runtime for executing procedural macros as WebAssembly☆1,472Jan 21, 2026Updated last month
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- Test harness for ui tests of compiler diagnostics☆957Feb 12, 2026Updated 2 weeks ago
- A small rust library for adding custom derives to enums☆2,314Updated this week
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 2 months ago
- A crate for managing memory bit by bit☆1,375Aug 9, 2024Updated last year
- Temporary file library for rust☆1,408Feb 24, 2026Updated last week
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated 2 weeks ago
- A macro to generate structures which behave like bitflags☆1,108Feb 13, 2026Updated 2 weeks ago
- Compile time static maps for Rust☆2,107Updated this week
- Numeric traits for generic mathematics in Rust☆918Jun 17, 2025Updated 8 months ago
- Rust library for walking directories recursively.☆1,480Dec 31, 2024Updated last year
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- Macros for all your token pasting needs☆1,080Oct 6, 2024Updated last year
- ☆500Nov 8, 2025Updated 3 months ago
- Just, really the littlest Vec you could need. So smol.☆728Jan 28, 2026Updated last month
- Some more derive(Trait) options☆2,076Feb 4, 2026Updated 3 weeks ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,184Feb 8, 2026Updated 3 weeks ago
- Data structure serialization library with several opposite design goals from Serde☆922Feb 16, 2026Updated 2 weeks ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,095Feb 20, 2026Updated last week
- Like Rust's std::Path, but UTF-8.☆548Dec 15, 2025Updated 2 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- Rust library allowing to register multiple handlers for the same signal☆835Feb 14, 2026Updated 2 weeks ago
- Rust port of Google's SwissTable hash map☆2,866Feb 22, 2026Updated last week
- A datetime library for Rust that encourages you to jump into the pit of success.☆2,614Feb 22, 2026Updated last week
- A memory efficient string type that can store up to 24* bytes on the stack☆816Dec 24, 2025Updated 2 months ago
- Find unused dependencies in Cargo.toml☆2,083Dec 29, 2025Updated 2 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,851Feb 18, 2026Updated last week
- Rust cache structures and easy function memoization☆1,961Dec 22, 2025Updated 2 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,884Dec 22, 2025Updated 2 months ago
- Rust library for reading/writing numbers in big-endian and little-endian.☆1,078Sep 25, 2024Updated last year
- derive(Error) for struct and enum error types☆5,363Feb 16, 2026Updated 2 weeks ago
- Statistics-driven benchmarking library for Rust☆5,431Nov 29, 2025Updated 3 months ago