rdss 0.2.1

Rust Data Storage System
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rdss"
description = "Rust Data Storage System"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/LeviLovie/rdss"
repository = "https://github.com/LeviLovie/rdss"
documentation = "https://docs.rs/rdss"
version = "0.2.1"
edition = "2024"

[dependencies]
thiserror = "2.0.12"