liboxia 0.0.3

DEPRECATED: renamed to `oxia-client`. This crate is no longer maintained.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# liboxia — deprecated

**This crate has been renamed to [`oxia-client`](https://crates.io/crates/oxia-client)
and is no longer maintained.**

Update your dependency to `oxia-client`; the import root is unchanged (`use oxia::...`).

```toml
[dependencies]
oxia-client = "0.0.2"
```

Source: <https://github.com/oxia-db/oxia-client-rust>