Nugine / simdutf-rsLinks
Unicode validation and transcoding at billions of characters per second
☆23Updated 2 weeks ago
Alternatives and similar repositories for simdutf-rs
Users that are interested in simdutf-rs are comparing it to the libraries listed below
Sorting:
- Compile-time string operations☆108Updated last month
- Macros for deriving as functions to access Enums as their inner components☆104Updated last year
- The Best and Highest-Leveled and Newest bingding for MiMalloc Ever Existed in Rust☆65Updated last year
- Utilities for working with impl traits in Rust.☆117Updated 9 months ago
- CBOR: Concise Binary Object Representation☆80Updated last week
- A Configuration Library for Rust Applications☆40Updated this week
- `faststr` is a string library that try to avoid the cost of clone.☆107Updated 2 months ago
- Minimal TOML library with few dependencies☆83Updated 8 months ago
- Scoped Thread Local Storage for Rust☆57Updated 2 years ago
- Compatibility adapter between tokio and futures☆185Updated 2 months ago
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- Const TypeId and non-'static TypeId☆69Updated last month
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆151Updated 2 months ago
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 8 months ago
- A library for extending `Path` and `PathBuf` in order to get an absolute path and remove the containing dots.☆63Updated 2 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Fast JSON deserialization on borrowed data☆116Updated last month
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Asynchronous DNS lookups☆67Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- ☆63Updated 3 weeks ago
- Lending iterators on stable Rust☆83Updated last year
- 🦕 Add dyn compatible variant to your async trait!☆69Updated 2 months ago
- A typed map which can make sure item exist.☆36Updated last year
- cargo-add command to make dependencies into dylibs☆102Updated 3 years ago
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆35Updated 2 years ago
- You can name anonymous Future from async fn without dyn or Box!