Cargo Features
[dependencies]
routers_codec = { version = "0.1.1", default-features = false, features = ["mimalloc", "tracing"] }
- default = mimalloc
-
The
mimalloc
feature is set by default wheneverrouters_codec
is added without
somewhere in the dependency tree.default-features = false - mimalloc default
-
Alternate Allocator (Applies to #[global_allocator])
Enables mimalloc
- tracing
-
Tracing (For Debugging & Logging)
Enables tracing and tracing-subscriber
tracing:
Tracing