Cargo Features

[dependencies]
kobold = { version = "0.9.1", default-features = false, features = ["stateful", "rlsf", "serde"] }
default = stateful

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

stateful default

Affects kobold::stateful

Features from optional dependencies

rlsf implicit feature

Enables rlsf

rlsf:

Real-time dynamic memory allocator based on the TLSF algorithm

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework