lxmf-reference 0.9.7

Pinned reference implementation metadata for LXMF-rs compatibility.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Pinned reference implementation metadata used by LXMF-rs compatibility gates.

mod parity;

pub use parity::{
    current_software_parity_orientation, ParityCheckpoint, ParityInventory, ParityLevel,
    ParityRatio, ReferenceRevision, SoftwareParityOrientation, SoftwareParityReferences,
};

include!("python_software_parity.rs");

pub const RETICULUM_CONFORMANCE_REFERENCE_REF: &str = "0319444b20e0815f26c6b9ceeba8fa44de037c9b";
pub const PYTHON_RETICULUM_REFERENCE_VERSION: &str = "1.4.2";
pub const PYTHON_RETICULUM_REFERENCE_REF: &str = "b48b96e61676504e0a4e527b33b9a0b4495c6872";
pub const PYTHON_LXMF_REFERENCE_VERSION: &str = "0.9.6";
pub const PYTHON_LXMF_REFERENCE_REF: &str = "727830cefda83d9c6e3982b48675425f3f988f9c";