cessen / str_indicesLinks
Count and convert between various ways of indexing utf8 string slices.
☆16Updated 7 months ago
Alternatives and similar repositories for str_indices
Users that are interested in str_indices are comparing it to the libraries listed below
Sorting:
- Asynchronize blocking operation.☆26Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago
- structured parallel execution for async Rust☆33Updated 9 months ago
- Completion futures for Rust☆19Updated 2 years ago
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆15Updated 2 years ago
- Traits extending the Rust Range structs in std::ops☆38Updated 2 years ago
- Rust library for making easy parallel pipelines with Iterators.☆31Updated 5 years ago
- Annotation to easily define ad-hoc / one-shot extension traits☆13Updated 10 months ago
- ☆29Updated last year
- Macro-rules-style syntax matching for procedural macros☆53Updated last year
- Zero-cost bitsets over native Rust types☆78Updated 2 months ago
- A Rust memory allocator for large slices that don't escape the stack.☆30Updated 2 years ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- A Rust library for runtime-checked linearish types☆34Updated last year
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 8 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A Rust library containing an offline version of webster's dictionary.☆15Updated 3 years ago
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- Visualise recursive functions and tree structures.☆30Updated 3 years ago
- Rust crate for making Read streams peekable.