Cargo Features

[dependencies]
saikoro = { version = "2.0.0-dev", default-features = false, features = ["full", "stats", "serde"] }
default = full

the default feaures *should* be empty. we put them on full because its the least painful way to make sure rust-analyzer checks all the code instead of just parts of it :)
-morgan 2025-06-08

full default = serde, stats
stats full
serde full

Enables serde