Cargo Features

[dependencies]
routers_codec = { version = "0.1.1", default-features = false, features = ["mimalloc", "tracing"] }
default = mimalloc

The mimalloc feature is set by default whenever routers_codec is added without default-features = false somewhere in the dependency tree.

mimalloc default

Alternate Allocator (Applies to #[global_allocator])

Enables mimalloc

tracing

Tracing (For Debugging & Logging)

Enables tracing and tracing-subscriber

tracing:

Tracing