ariadne-store 0.0.0

Persistence layer for Ariadne (SQLite + audit log). Placeholder release reserving the crate name; actual functionality lands in a future version. See https://github.com/dnvt/ariadne for project status.
Documentation
1
2
3
4
5
6
7
//! Placeholder release reserving the `ariadne-store` crate name on crates.io.
//!
//! Actual functionality for this crate lands in a future version as part of
//! the Ariadne project. See <https://github.com/dnvt/ariadne> for project
//! status and the role this crate plays in the workspace.

#![forbid(unsafe_code)]