1 2 3 4 5
//! Provenance for executable specification rows. /// Re-export of [`vyre_spec::SpecSource`] — where a spec-table row came from /// (hand-written, generated, derived from a law, etc.). pub use crate::spec::types::{LawId, SpecSource};