Cargo Features
[dependencies]
y-sweet-core = { version = "0.6.0", default-features = false, features = ["sync", "single-threaded"] }
- default = sync
-
The
sync
feature is set by default whenevery-sweet-core
is added without
somewhere in the dependency tree.default-features = false - sync default
-
Enables sync of yrs ^0.19.1
- single-threaded
y-sweet-core has 3 features without comments.