Cargo Features
[dependencies]
daft = { version = "0.1.1", default-features = false, features = ["std", "alloc", "derive", "newtype-uuid1", "oxnet01", "uuid1"] }
- default = std
-
The
std
feature is set by default wheneverdaft
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- derive
-
Enables daft-derive
- newtype-uuid1
-
Enables newtype-uuid
- oxnet01
-
Enables oxnet
- uuid1
-
Enables uuid
Daft has 7 features without comments.