Compile-time string operations
☆119Apr 26, 2026Updated 2 months ago
Alternatives and similar repositories for const-str
Users that are interested in const-str are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Unicode validation and transcoding at billions of characters per second☆27May 1, 2026Updated 2 months ago
- Exhaustive iteration trait in Rust☆24Jun 23, 2026Updated last week
- Allow function lifetime elision and explicit `for<'a>` annotations on closures.☆27Jan 31, 2022Updated 4 years ago
- Minimal TOML library with few dependencies☆83Mar 3, 2025Updated last year
- Even faster functions for printing integers with decimal format☆23Aug 13, 2025Updated 10 months ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- A lock-free async waitgroup implementation☆37Feb 3, 2022Updated 4 years ago
- Rust crate to get the IANA time zone for the current system☆50Apr 29, 2026Updated 2 months ago
- A Vec That Has a Smaller size_of☆169Jun 22, 2026Updated last week
- Markdown translation tool.☆17Oct 17, 2022Updated 3 years ago
- SIMD-accelerated operations☆259Updated this week
- Ultra-compact storage for collections of enums 🌱☆23Sep 12, 2022Updated 3 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆123Apr 16, 2026Updated 2 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆238Updated this week
- Safely cast &T to &U where the struct U contains a single field of type T.☆219Jun 24, 2026Updated last week
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Shows only the first page of rustc output☆11May 21, 2025Updated last year
- Fast, concurrent, arena-based allocator with drop support☆154Dec 11, 2025Updated 6 months ago
- SIMD-accelerated UTF-8 validation for Rust.☆601Jun 22, 2026Updated last week
- A more flexible version of the Rust `scoped-tls` library☆19Sep 25, 2024Updated last year
- Tiny little crate to determine how large an unnameable type is.☆12Mar 29, 2025Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆63Jun 16, 2026Updated 2 weeks ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆277Apr 7, 2026Updated 2 months ago
- Embed images in Rust documentation☆28May 26, 2021Updated 5 years ago
- Zero-terminated string types for FFI.☆13Mar 13, 2023Updated 3 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Serialize and deserialize C-like enum as underlying repr☆267Jun 24, 2026Updated last week
- ☆15Jan 8, 2024Updated 2 years ago
- Safe generators on stable Rust.☆40Jul 1, 2023Updated 3 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆97Apr 16, 2025Updated last year
- Rust crate for (de-)serialization of `application/x-www-form-urlencoded` data.☆44May 7, 2026Updated last month
- Abstract over the atomicity of reference-counting pointers in rust☆174Updated this week
- A thread pool for running multiple tasks on a configurable group of threads.☆51Nov 22, 2023Updated 2 years ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,650Jun 11, 2026Updated 2 weeks ago
- Record and replay 🖱 input with precise timing☆17Sep 12, 2022Updated 3 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Runtime dependency injection library for Rust☆31May 12, 2026Updated last month
- JSON Pointer (RFC 6901) implementation for Rust☆50Jun 18, 2026Updated last week
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Aug 14, 2019Updated 6 years ago
- sptr: The Strict Provenance Polyfill☆77Oct 7, 2023Updated 2 years ago
- A lightweight version of pin-project written with declarative macros.☆278May 28, 2026Updated last month
- Simple and fast async channels