Skip to main content

lxmf_reference/
lib.rs

1//! Pinned reference implementation metadata used by LXMF-rs compatibility gates.
2
3mod parity;
4
5pub use parity::{
6    current_software_parity_orientation, ParityCheckpoint, ParityInventory, ParityLevel,
7    ParityRatio, ReferenceRevision, SoftwareParityOrientation, SoftwareParityReferences,
8};
9
10include!("python_software_parity.rs");
11
12pub const RETICULUM_CONFORMANCE_REFERENCE_REF: &str = "0319444b20e0815f26c6b9ceeba8fa44de037c9b";
13pub const PYTHON_RETICULUM_REFERENCE_VERSION: &str = "1.4.2";
14pub const PYTHON_RETICULUM_REFERENCE_REF: &str = "b48b96e61676504e0a4e527b33b9a0b4495c6872";
15pub const PYTHON_LXMF_REFERENCE_VERSION: &str = "0.9.6";
16pub const PYTHON_LXMF_REFERENCE_REF: &str = "727830cefda83d9c6e3982b48675425f3f988f9c";