faultline_geometry 0.1.0

Geometry abstractions and spatial metric contracts for FaultLine.
Documentation
1
2
3
4
5
6
7
use thiserror::Error;

#[derive(Debug, Error)]
pub enum FaultlineGeometryError {
    #[error("not implemented: {0}")]
    NotImplemented(&'static str),
}