angulu 0.1.0

angulu-rs is a library, which contains some cipher components.
Documentation
1
2
3
4
pub mod error;

pub use error::{AnguluError as Error, AnguluResult as Result};
pub use error::{CrypterError, EncodingError, EtcError};