Cargo Features
[dependencies]
scopegraphs = { version = "0.3.2", default-features = false, features = ["dot", "dynamic-regex", "documentation"] }
- default = dot, dynamic-regex
-
These default features are set whenever
scopegraphs
is added without
somewhere in the dependency tree.default-features = false - dot default
-
Enables dot of scopegraphs-macros and scopegraphs-regular-expressions
Affects
scopegraphs::render
… - dynamic-regex default
-
Enables dynamic of scopegraphs-regular-expressions
- documentation
-
Enables scopegraphs-render-docs
Affects
scopegraphs::concepts
,scopegraphs::patterns
…