microsoft / rust_fallible_vec
Fallible allocation support for Rust's Vec
☆28Updated 11 months ago
Alternatives and similar repositories for rust_fallible_vec:
Users that are interested in rust_fallible_vec are comparing it to the libraries listed below
- bytes::BufMut implementation to count buffer size☆22Updated last month
- ☆36Updated 8 months ago
- Make any value Sync but only available on its original thread☆39Updated last month
- Extensions to the Rust standard library☆44Updated 4 months ago
- ☆13Updated 2 years ago
- ☆24Updated 2 years ago
- An alternative `std`-like implementation built on origin☆29Updated last month
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 3 weeks ago
- The simd optimized escape code☆53Updated this week
- Rust library for marker traits about types layout in memory☆22Updated 4 years ago
- Atomic `dbg`/`eprintln`/`eprint` macros☆17Updated last month
- A library for constructing statically sized arrays☆10Updated 2 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated last week
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- A simple macro to create correct opaque pointers☆22Updated 3 years ago
- Cargo dephell analyzes the third-party dependencies of a Rust workspace☆48Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 5 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 6 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- structured parallel execution for async Rust☆33Updated 8 months ago
- Thin but safe Linux interface☆11Updated 2 months ago
- Shows only the first page of rustc output☆11Updated 3 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆33Updated 2 weeks ago
- A wrapper for build.rs instructions☆16Updated last year
- Tiny little crate to determine how large an unnameable type is.☆11Updated 2 weeks ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- A safe and reliable process manager☆42Updated 5 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
- Converts cargo check (and clippy) JSON output to the GitHub Action error format☆13Updated 9 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago