omry-common 0.19.0-alpha3

A searchable archive for web pages you don't want to lose.
Documentation
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;