Cargo Features

[dependencies]
const-writer = { version = "0.1.1", default-features = false, features = ["std", "alloc"] }
default = std

The std feature is set by default whenever const-writer is added without default-features = false somewhere in the dependency tree.

std default

Affects const-writer::vec

alloc

Affects const-writer::vec