Cargo Features

[dependencies]
ointers = { version = "4.0.1", default-features = false, features = ["alloc", "i_know_what_im_doing", "sptr"] }
default = alloc

The alloc feature is set by default whenever ointers is added without default-features = false somewhere in the dependency tree.

alloc default

Affects ointers::Ox

i_know_what_im_doing

Features from optional dependencies

sptr implicit feature

Enables sptr

sptr:

sptr: The Strict Provenance Polyfill