Cargo Features

[dependencies]
zoet = { version = "0.1.12", default-features = false, features = ["alloc", "clippy-insane"] }
default = alloc

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

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