1//! A [Transaction] holds metadata and is referenced by its [Entries](crate::entry::Entry). 2mod entity; 3mod repo; 4 5pub use entity::*; 6pub use repo::*;