mssun / state-of-rust
The current state of Rust’s various stable/unstable features.
☆16Updated 3 years ago
Alternatives and similar repositories for state-of-rust:
Users that are interested in state-of-rust are comparing it to the libraries listed below
- Migration tool for replacing await! macro with await syntax.☆40Updated 4 years ago
- Single-reader, multi-writer & single-reader, multi-verifier; broadcasts reads to multiple writeable destinations in parallel☆26Updated 6 years ago
- A no-std libm implementation in Rust☆13Updated 6 years ago
- Incremental, zero-copy UTF-8 decoding for Rust☆24Updated 2 years ago
- Helper trait to create a boxed instance without going through stack☆35Updated 3 years ago
- A Cargo plugin to list unsafe code in a Rust project.☆45Updated 6 years ago
- The /etc/resolv.conf file parser in rust☆28Updated last week
- dynamic smart pointers☆31Updated 6 years ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 3 months ago
- ☆28Updated 2 years ago
- Predicator, a Rust crate for generating and running dynamic code☆16Updated 6 years ago
- Rust library for checking the installed/running rustc's version.☆52Updated 7 months ago
- Run Rust tests in isolated subprocesses☆37Updated 3 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆46Updated 11 months ago
- [rust] Extensions to the Box type☆23Updated 5 years ago
- Brotli encoders/decoers for Rust☆28Updated 2 years ago
- Data for timing rustc☆18Updated 4 years ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆30Updated 2 years ago
- To futures-lite as futures-lite is to futures: smaller.☆53Updated 3 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆33Updated last year
- ☆40Updated 6 years ago
- Utilities for concurrent programming☆37Updated 6 years ago
- A safe and reliable process manager☆42Updated 5 years ago
- A type-safe wrapper around mount() system call for rust with good error reporting☆32Updated 3 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Timer facilities for Tokio based on OS-level primitives.☆14Updated 4 years ago
- A Macros 1.1 implementation of https://crates.io/crates/error-chain☆19Updated 3 years ago
- A structure for holding a set of enum variants☆20Updated 6 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago