omry_common/
lib.rs

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