You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "The sled database used for Hive. This lib contains helper functions to create typed keys and implements automatic data (de)serialization from and to the database."
readme = "README.md"
[features]
test = []
[dependencies]
bincode = { workspace = true, features = ["serde"] }
sled = { workspace = true }
serde = { workspace = true, features = ["derive"] }