Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.2.0 - nanoserde Support

Choose a tag to compare

@hsnyildiz hsnyildiz released this 06 Jul 23:19
· 4 commits to main since this release

v0.2.0 - nanoserde Support

New Features

  • Added nanoserde support via feature flag for minimal builds
  • Smaller binary size and faster compilation with nanoserde backend
  • Backward compatible - existing code works unchanged

Usage

  • Default: tinykv = "0.2" (uses serde)
  • Minimal: tinykv = { version = "0.2", default-features = false, features = ["nanoserde"] }

Thanks to Beautiful_Lilly21 for the suggestion!