ecoord-transform 0.0.2-alpha.1

Supplementary operations for transforming between 3D coordinate frames.
Documentation
1
2
3
4
5
6
7
use thiserror::Error;

#[derive(Error, Debug)]
pub enum Error {
    #[error(transparent)]
    EcoordError(#[from] ecoord_core::Error),
}