sync from monorepo @ 2452e92e
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//! NDJSON/JSON/TSV file-based backend.
|
||||
//!
|
||||
//! Ports the body of the former `FileBasedArchivist`. Uses the existing
|
||||
//! `crate::storage` free-function primitives unchanged.
|
||||
|
||||
mod backend;
|
||||
mod connectors;
|
||||
mod dag;
|
||||
mod mapping;
|
||||
mod meta;
|
||||
|
||||
pub use backend::JsonlBackend;
|
||||
Reference in New Issue
Block a user