Skip to content

InferaDB common — shared Rust utilities, crates, and foundational libraries

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

inferadb/common

InferaDB Common

Shared storage abstractions for InferaDB services.

Crates

Crate Description
inferadb-common-storage Storage backend trait and in-memory implementation
inferadb-common-storage-ledger Ledger-backed storage implementation

Requirements

  • Rust 1.92+ (2024 edition)
  • Rust nightly (for formatting)

Development

just check      # build + clippy + test + fmt-check
just fmt        # format code
just udeps      # check unused dependencies
just check-all  # full check including udeps

Or 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-targets

License

Dual-licensed under Apache 2.0 and MIT.

About

InferaDB common — shared Rust utilities, crates, and foundational libraries

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages