Cargo Features
[dependencies]
untidy-biscuit = { version = "0.1.3", default-features = false, features = ["all", "datetime", "xattrs", "miscellany", "id"] }
- default = all
-
The
all
feature is set by default wheneveruntidy-biscuit
is added without
somewhere in the dependency tree.default-features = false - all default = datetime, id, miscellany, xattrs
- datetime all
-
Affects
untidy-biscuit::datetime
… - xattrs all
-
Affects
untidy-biscuit::xattrs
… - miscellany all
-
Affects
untidy-biscuit::miscellany
… - id all
-
Affects
untidy-biscuit::id
…