mantid_core 0.0.2

mantid_core provides common functionality for other mantid libraries
Documentation
1
2
3
4
pub mod constants;
pub mod error;

pub type Boxed = std::result::Result<(), Box<dyn std::error::Error>>;