Cargo Features

[dependencies]
rusty_brainfck = { version = "0.1.3", default-features = false, features = ["no_std", "no_alloc", "alloc", "tinix"] }
default = alloc

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

no_std tinix?
no_alloc

Affects rusty_brainfck::no_alloc

alloc default tinix?

Affects rusty_brainfck::alloc

tinix = alloc, no_std