Cargo Features
[dependencies]
rosu-pp = { version = "1.1.0", default-features = false, features = ["compact_strains", "sync", "tracing"] }
- default = compact_strains
-
The
compact_strains
feature is set by default wheneverrosu-pp
is added without
somewhere in the dependency tree.default-features = false - compact_strains default
- sync
- tracing
-
Enables tracing of rosu-map ^0.1.1
rosu-pp has 4 features without comments.