uvb-storage-api 0.2.1

Storage backend trait abstractions for UVB data persistence
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "uvb-storage-api"
description = "Storage backend trait abstractions for UVB data persistence"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true

[dependencies]
async-trait = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
uvb-core = { path = "../../core/uvb-core", version = "0.2.1" }