Cargo Features

SmartPointer has no features set by default.

[dependencies]
smart-pointer = { version = "0.2.0", features = ["std", "alloc"] }
std

Enables std of maybe-std

alloc

Enables alloc of maybe-std

SmartPointer has 2 features without comments.