Cargo Features

[dependencies]
writeable = { version = "0.6.2", default-features = false, features = ["alloc", "either"] }
default = alloc

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

alloc default

Affects writeable::Writeable.write_to_string, try_writeable::TryWriteable.try_write_to_string

either

Enables either