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☆284Jan 22, 2026Updated last month
- "Freedom from syn": Proc macro tools for operating on token trees☆107Mar 21, 2020Updated 5 years ago
- A syn targetting PEG parser generator☆20Jun 11, 2023Updated 2 years ago
- Easy and safe destructuring for more types.☆33Nov 14, 2025Updated 4 months ago
- A Syn Attribute Parser Toolkit☆14Oct 15, 2024Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Oct 11, 2021Updated 4 years ago
- Type-safe transmutations between layout-compatible types.☆122Aug 11, 2020Updated 5 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
- ☆31Feb 22, 2020Updated 6 years ago
- ☆126Aug 30, 2022Updated 3 years ago
- offsetof for Rust☆231Mar 26, 2024Updated last year
- Emulate dynamic dispatch and sealed classes using a proxy enum, which defers all method calls to its variants.☆19Jun 6, 2021Updated 4 years ago
- watt-based inline procedural macros☆14Jul 17, 2020Updated 5 years ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- ☆30Apr 26, 2024Updated last year
- A library for to allow multiple return types by automatically generated enum.☆377Mar 12, 2026Updated last week
- Enforce Rust documentation correctness☆14Dec 1, 2022Updated 3 years ago
- Rust interface to io_uring☆339May 29, 2024Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆183Aug 11, 2025Updated 7 months ago
- Machine scalar casting that meets your expectations☆79Sep 4, 2021Updated 4 years ago
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated last month
- (More or less) accurate floating point algorithms☆57Jul 20, 2024Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Oct 23, 2020Updated 5 years ago
- More indexing options for Rust slices☆10Oct 26, 2023Updated 2 years ago
- Print bytes as losslessly as possible.☆18Sep 6, 2025Updated 6 months ago
- A library for extracting and validating links.☆21Aug 17, 2024Updated last year
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆265May 29, 2023Updated 2 years ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆287Dec 12, 2025Updated 3 months ago
- Copy-on-write string utilities for Rust☆163Apr 11, 2024Updated last year
- ☆46Oct 23, 2023Updated 2 years ago
- Stackless generators on stable Rust.☆478Jun 24, 2022Updated 3 years ago
- Extremely generic linear algebra libary for Rust☆229Oct 22, 2024Updated last year
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Jun 17, 2019Updated 6 years ago
- A rust crate to use stack-allocated vectors (to improve performance and/or when there is no std)☆12Feb 16, 2019Updated 7 years ago
- Manual segmented stacks for Rust☆337Feb 7, 2026Updated last month
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆359Jan 20, 2026Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆219Feb 16, 2026Updated last month
- A Rust compiler plugin and support library to annotate overflow behavior☆106May 29, 2023Updated 2 years ago