Expand description
Public interface for the SensorML crate.
This module wires together internal modules and exposes core functionality for parsing and serializing SensorML documents in XML and JSON formats.
Re-exports§
pub use error::SensorMLError;pub use model::Observation;pub use model::Sensor;pub use model::SensorMLDocument;pub use model::Validate;pub use model::ValidationError;