Cargo Features
[dependencies]
dynasty-api = { version = "1.1.0", default-features = false, features = ["search"] }
- default = search
-
The
search
feature is set by default wheneverdynasty-api
is added without
somewhere in the dependency tree.default-features = false - search default
-
Enables html-escape and tl
Affects
dynasty-api::search
…