Cargo Features
hashira has no features set by default.
[dependencies]
hashira = { version = "0.0.2-alpha", features = ["hooks", "client", "internal"] }
- hooks
-
Enable hooks to the hashira steps
Affects
hashira::events
… - client
-
Tells hashira is running on a client side
Affects
hashira::client
,hashira::consts.IS_SERVER
… - internal
-
Affects
hashira::internal
…