Cargo Features
Distill has no features set by default.
[dependencies]
distill = { version = "0.0.3", features = ["serde-1", "type_uuid", "serde_importers", "parallel_hash", "pretty_log", "rpc_io", "packfile_io", "handle"] }
- serde-1
-
Enables serde of distill-core
- type_uuid
-
Enables type_uuid of distill-core
- serde_importers
-
Enables serde_importers of distill-importer
- parallel_hash
-
Enables parallel_hash of distill-daemon
- pretty_log
-
Enables pretty_log of distill-daemon
- rpc_io
-
Enables rpc_io of distill-loader
- packfile_io
-
Enables packfile_io of distill-loader
- handle
-
Enables handle of distill-loader
Distill has 8 features without comments.