Cargo Features
Poset has no features set by default.
[dependencies]
poset = { version = "0.1.0", features = ["serde", "graff", "rand"] }
- serde
-
Enables serde of optional graff and derive of serde
serde:
Provide derive(Serialize, Deserialize) macros.
Features from optional dependencies
- graff implicit feature
-
Enables graff
graff:
A simple library for manipulating graphs
- rand implicit feature
-
Enables rand ^0.8.5
rand:
Random number generators and other randomness functionality