A collection of small utilities for working with pointer types in Rust.
☆137Mar 29, 2026Updated 5 months ago
Alternatives and similar repositories for pointer-utils
Users that are interested in pointer-utils are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Fork of std::Arc with lots of utilities useful for FFI☆296Updated this week
- "Freedom from syn": Proc macro tools for operating on token trees☆107Mar 21, 2020Updated 6 years ago
- A syn targetting PEG parser generator☆20Jun 11, 2023Updated 3 years ago
- Easy and safe destructuring for more types.☆34Mar 31, 2026Updated 4 months ago
- A Syn Attribute Parser Toolkit☆14Oct 15, 2024Updated last year
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Ensure correct assumptions about constants, types, and more in Rust☆663Nov 18, 2023Updated 2 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆123Oct 11, 2021Updated 4 years ago
- Type-safe transmutations between layout-compatible types.☆122Aug 11, 2020Updated 6 years ago
- A minimalist, Rust-powered, `no-std`, zero dependency stack machine library for executing domain specific interpreted languages.☆13Aug 9, 2022Updated 4 years ago
- ☆31Feb 22, 2020Updated 6 years ago
- ☆125Aug 30, 2022Updated 4 years ago
- Stowaway is a library for packing data into a pointer, if it fits.☆20Sep 26, 2020Updated 5 years ago
- watt-based inline procedural macros☆14Jul 17, 2020Updated 6 years ago
- Emulate dynamic dispatch and sealed classes using a proxy enum, which defers all method calls to its variants.