Skip to content

Commit

Permalink
feat: introduce snapshot trait
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Pack <robstar.pack@gmail.com>
  • Loading branch information
roeap committed Jan 16, 2025
1 parent 59efe26 commit 3c6ace5
Show file tree
Hide file tree
Showing 9 changed files with 966 additions and 632 deletions.
1 change: 1 addition & 0 deletions crates/core/src/kernel/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pub mod error;
pub mod models;
pub mod scalars;
mod snapshot;
pub mod snapshot_next;

pub use error::*;
pub use models::*;
Expand Down
1 change: 0 additions & 1 deletion crates/core/src/kernel/snapshot/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ pub use self::log_data::*;

mod log_data;
pub(crate) mod log_segment;
mod next;
pub(crate) mod parse;
mod replay;
mod serde;
Expand Down
Loading

0 comments on commit 3c6ace5

Please sign in to comment.