A collection of small utilities for working with pointer types in Rust.
☆133Jan 17, 2025Updated last year
Alternatives and similar repositories for pointer-utils
Users that are interested in pointer-utils are comparing it to the libraries listed below
Sorting:
- Fork of std::Arc with lots of utilities useful for FFI☆280Jan 22, 2026Updated last month
- "Freedom from syn": Proc macro tools for operating on token trees☆107Mar 21, 2020Updated 5 years ago
- Easy and safe destructuring for more types.☆33Nov 14, 2025Updated 3 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- A Syn Attribute Parser Toolkit☆14Oct 15, 2024Updated last year
- ☆31Feb 22, 2020Updated 6 years ago
- A minimalist, Rust-powered, `no-std`, zero dependency stack machine library for executing domain specific interpreted languages.☆13Aug 9, 2022Updated 3 years ago
- A library for to allow multiple return types by automatically generated enum.☆374Feb 18, 2026Updated last week
- Type-safe transmutations between layout-compatible types.☆122Aug 11, 2020Updated 5 years ago
- offsetof for Rust☆229Mar 26, 2024Updated last year
- ☆126Aug 30, 2022Updated 3 years ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Oct 11, 2021Updated 4 years ago
- Emulate dynamic dispatch and sealed classes using a proxy enum, which defers all method calls to its variants.☆19Jun 6, 2021Updated 4 years ago
- (More or less) accurate floating point algorithms☆57Jul 20, 2024Updated last year
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆354Jan 20, 2026Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆181Aug 11, 2025Updated 6 months ago
- A syn targetting PEG parser generator☆20Jun 11, 2023Updated 2 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Jun 17, 2019Updated 6 years ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆285Dec 12, 2025Updated 2 months ago
- A library for creating references that carry their owner with them.☆386Oct 12, 2023Updated 2 years ago
- An extraction of the compiletest utility from the Rust compiler☆232Feb 10, 2026Updated 2 weeks ago
- Print bytes as losslessly as possible.☆18Sep 6, 2025Updated 5 months ago
- ☆30Apr 26, 2024Updated last year
- Extremely generic linear algebra libary for Rust☆230Oct 22, 2024Updated last year
- A Rust compiler plugin and support library to annotate overflow behavior☆106May 29, 2023Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆115Sep 16, 2021Updated 4 years ago
- Copy-on-write string utilities for Rust☆163Apr 11, 2024Updated last year
- Manual segmented stacks for Rust☆335Feb 7, 2026Updated 2 weeks ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆266May 29, 2023Updated 2 years ago
- Runtime for executing procedural macros as WebAssembly☆1,471Jan 21, 2026Updated last month
- Conditional compilation according to rustc compiler version☆392Feb 16, 2026Updated last week
- Enforce Rust documentation correctness☆14Dec 1, 2022Updated 3 years ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆293Dec 30, 2025Updated last month
- A small crate to provide space-efficient Option<_> replacements☆38Mar 10, 2025Updated 11 months ago
- A thread-safe & efficient memory pool☆172Oct 12, 2023Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Dec 20, 2025Updated 2 months ago
- Memory validation framework for Rust☆75Sep 29, 2025Updated 4 months ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50May 22, 2025Updated 9 months ago