trident3-base 3.0.1

Foundation runtime library for Trident 3
Documentation
// MODULES //

/// Implements an allocator-aware smart pointer called [`Unique`][crate::pointer::unique::Unique].
pub mod unique;

// EXPORTS //

pub use self::unique::Unique;