1 2 3 4
//! Common symbols and functionality used by multiple Omry crates. /// Alias for the type of `Record.id` on `omry-archiving`. pub type RecordId = i64;