Cargo Features

[dependencies]
scopegraphs = { version = "0.2.6", default-features = false, features = ["dot", "dynamic-regex", "documentation"] }
default = dot, dynamic-regex

These default features are set whenever scopegraphs is added without default-features = false somewhere in the dependency tree.

dot default

Enables dot, dot of scopegraphs-macros and scopegraphs-regular-expressions

dynamic-regex default

Enables dynamic of scopegraphs-regular-expressions

documentation

Affects scopegraphs::concepts, scopegraphs::patterns