#non-null #traits #reference #ptr #no-alloc

no-std ptrait

A small crate providing traits for pointer-like types, such as references and smart pointers

1 unstable release

Uses new Rust 2024

0.1.0 Feb 23, 2026

#3 in #ptr

MIT license

16KB
433 lines

ptrait

CI crates.io Documentation dependency status MIT

Traits for pointer-like types, providing a common interface for raw pointers, smart pointers and other pointer-like types. See the documentation for details.

License

Licensed under the MIT license, see LICENSE for details.

Dependencies

~1–1.4MB
~33K SLoC