omry_common/
lib.rs

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