VerbalExpressions / RustVerbalExpressionsLinks
Rust Port of VerbalExpressions
☆45Updated 9 years ago
Alternatives and similar repositories for RustVerbalExpressions
Users that are interested in RustVerbalExpressions are comparing it to the libraries listed below
Sorting:
- ☆125Updated 3 years ago
- ☆162Updated last year
- ☆65Updated 4 years ago
- A crate with indexed arenas with small memory footprint☆78Updated last year
- This crate guarantees that your application is free of panicking branches☆178Updated 6 years ago
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- Safely combine results☆81Updated last year
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Machine scalar casting that meets your expectations☆75Updated 4 years ago
- A Parallel test runner for DevOps☆103Updated 2 years ago
- Judy array implementation in pure Rust☆88Updated 8 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated 2 months ago
- Decimal Floating Point arithmetic for rust☆80Updated 2 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- A Rust library for generically joining iterables with a separator☆93Updated 2 years ago
- A tool to detect code paths leading to Rust's panic handler☆217Updated 4 years ago
- A cross platform rust debugger hook☆71Updated 4 years ago
- Rust serializer library☆87Updated 2 weeks ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated last year
- Compact string type for zero-copy parsing☆262Updated last year
- Heinous hackery to concatenate constant strings.☆117Updated 3 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- Error management☆27Updated 7 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆111Updated last year
- Rust main loop, proof of concept, cross platform