enma 0.3.0

A Rust crate serving anime and manga information 📦
Documentation
1
2
3
4
5
6
7
mod utils;

pub mod anime;
pub mod manga;

mod error;
pub use error::{EnmaResult as Error, EnmaResult as Result};