ptrait 0.1.0

A small crate providing traits for pointer-like types, such as references and smart pointers.
Documentation
1
2
3
4
5
6
7
8
9
# ptrait

[![CI](https://github.com/OpenByteDev/ptrait/actions/workflows/ci.yml/badge.svg)](https://github.com/OpenByteDev/ptrait/actions/workflows/ci.yml) [![crates.io](https://img.shields.io/crates/v/ptrait.svg)](https://crates.io/crates/ptrait) [![Documentation](https://docs.rs/ptrait/badge.svg)](https://docs.rs/ptrait) [![dependency status](https://deps.rs/repo/github/openbytedev/ptrait/status.svg)](https://deps.rs/repo/github/openbytedev/ptrait) [![MIT](https://img.shields.io/crates/l/ptrait.svg)](https://github.com/OpenByteDev/ptrait/blob/master/LICENSE)

Traits for pointer-like types, providing a common interface for raw pointers, smart pointers and other pointer-like types. See the [documentation](https://docs.rs/ptrait) for details.

## License

Licensed under the MIT license, see [LICENSE](https://github.com/OpenByteDev/ptrait/blob/master/LICENSE) for details.