sbol 0.2.0

Rust implementation of the SBOL 3.1.0 specification.
Documentation
1
2
3
4
5
6
/// The SBOL specification version targeted by this crate.
pub const SPEC_VERSION: &str = "3.1.0";

/// Canonical URL for the targeted SBOL specification.
pub const SPECIFICATION_URL: &str =
    "https://sbolstandard.org/datamodel-specification/version-3.1.0/";