pub const SPEC_VERSION: &str = "0.2.0";Expand description
Version of the provider specification implemented by this crate.
The specification version equals the crate version (ADR 0011). Adapters
compiled against a different ferrin-spec version fail to link rather than
negotiating at runtime.