Crate smart_ptr

Source
Expand description

Smart pointers for Rust

§Features

  • alloc Enables usage of alloc crate

Re-exports§

pub use unique::Unique;

Modules§

unique
Unique pointer implementation

Structs§

GlobalDeleter
Deleter which uses global allocator via Box.

Traits§

Deleter
Describes how to de-allocate pointer.

Functions§

boxed_deleter
Default Rust deleter.