Cargo Features
[dependencies]
notegraf-web = { version = "0.1.1", default-features = false, features = ["notetype_markdown", "notetype_plain"] }
- default = notetype_markdown
-
The
notetype_markdown
feature is set by default whenevernotegraf-web
is added without
somewhere in the dependency tree.default-features = false - notetype_markdown default
-
Affects
notegraf-web::NoteType
… - notetype_plain
-
Affects
notegraf-web::NoteType
…