yugendb-core 0.1.0

Core Rust abstractions for yugendb.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# yugendb-core

Core Rust contracts for yugendb stores, drivers, codecs, and errors.

Use this crate when you are implementing a driver or need the shared abstractions directly.

## Install

```toml
[dependencies]
yugendb-core = "0.1.0"
```

## Licence

MIT