Skip to content

Commit

Permalink
make summary types nameable (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
trinity-1686a authored Mar 28, 2024
1 parent 8a77dd2 commit 25bd600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ mod record;
mod recordlog;
mod rolling;

pub use mem::{QueueSummary, QueuesSummary};
pub use multi_record_log::MultiRecordLog;
pub(crate) use persist_policy::PersistState;
pub use persist_policy::{PersistAction, PersistPolicy};
Expand Down

0 comments on commit 25bd600

Please sign in to comment.