non-null-const 0.1.0

A *const equivalent of NonNull<T>.
Documentation
  • Coverage
  • 100%
    47 out of 47 items documented21 out of 46 items with examples
  • Size
  • Source code size: 56.19 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.39 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • OpenByteDev/non-null-const
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • OpenByteDev

NonNullConst

CI crates.io Documentation dependency status MIT

This crate provides NonNullConst, a non-null, covariant raw const pointer type. It is conceptually the *const analogue of core::ptr::NonNull.