Cargo Features
[dependencies]
zoet = { version = "0.1.14", default-features = false, features = ["alloc", "clippy-insane"] }
- default = alloc
-
The
alloc
feature is set by default wheneverzoet
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
The public features.
Enable to support generating traits which use an allocator.Enables alloc of zoet-macro
- clippy-insane
-
enable to have clippy moan extensively. Mainly a developer flag, so you probably don't want it.
Enables clippy-insane of zoet-macro