ptrait 0.1.0

A small crate providing traits for pointer-like types, such as references and smart pointers.
Documentation
  • Coverage
  • 79.17%
    19 out of 24 items documented0 out of 21 items with examples
  • Size
  • Source code size: 21.11 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.38 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • OpenByteDev/ptrait
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • OpenByteDev

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.