Shared storage abstractions for InferaDB services.
| Crate | Description |
|---|---|
inferadb-common-storage |
Storage backend trait and in-memory implementation |
inferadb-common-storage-ledger |
Ledger-backed storage implementation |
- Rust 1.92+ (2024 edition)
- Rust nightly (for formatting)
just check # build + clippy + test + fmt-check
just fmt # format code
just udeps # check unused dependencies
just check-all # full check including udepsOr without just:
cargo +1.92 build --all-targets
cargo +1.92 clippy --all-targets -- -D warnings
cargo +1.92 test --all
cargo +nightly fmt
cargo +nightly udeps --all-targetsDual-licensed under Apache 2.0 and MIT.