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 whenever notegraf-web is added without default-features = false somewhere in the dependency tree.

notetype_markdown default

Affects notegraf-web::NoteType

notetype_plain

Affects notegraf-web::NoteType