Cargo Features

[dependencies]
itsy = { version = "0.4.0", default-features = false, features = ["compiler", "debugging"] }
default = compiler

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

compiler default = nom

Affects bytecode::writer, bytecode::compiler, interface::parser, interface::ast, interface::resolver, interface::compiler, itsy::build_str, itsy::build, error::BuildError, shared::path_to_parts, shared::parts_to_path

Required by bench, debug-run and run binaries

debugging

Required by the debug-run binary

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

nom compiler