imgal 0.2.0

A fast and open-source scientific image processing and algorithm library.
Documentation
1
2
3
//! Internal error module.
pub mod imgal_error;
pub use imgal_error::ImgalError;