CAD97 / pointer-utils
A collection of small utilities for working with pointer types in Rust.
☆124Updated 3 months ago
Alternatives and similar repositories for pointer-utils
Users that are interested in pointer-utils are comparing it to the libraries listed below
Sorting:
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆148Updated last week
- home for proposals in and around compile-time function evaluation☆108Updated last year
- Better reference counted strings for Rust☆125Updated 9 months ago
- Typed index version of Rust slice and Vec containers☆69Updated last week
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- ☆124Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆161Updated 2 months ago
- docs.rs as a publishing platform?☆68Updated 2 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Cargo subcommand for checking your documentation for broken links☆155Updated 5 months ago
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆233Updated this week
- Utilities for dealing with substructures within syn macros☆139Updated last week
- Utilities for pinning☆97Updated last year
- ☆56Updated last year
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated last month
- Compile-time checks that an enum or match is written in sorted order☆114Updated 2 months ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Define your own PhantomData☆152Updated 2 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated last month
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 4 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- Run closures in parallel☆113Updated 3 months ago
- Overloadable functions in rust.☆43Updated 5 years ago
- A fast, concurrent string interner☆150Updated 8 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Thread parking and unparking☆75Updated 3 months ago