1 2 3 4 5 6 7
//! Common symbols and functionality used by multiple Omry crates. /// Alias for the type of `Record.id` on `omry-archiving`. pub type RecordId = i64; #[cfg(feature = "token")] pub mod token;