enma 0.1.0

Rust crate that provides high-level APIs to obtain information on anime and manga.
Documentation
1
2
3
4
5
6
pub mod anime;
pub mod manga;

pub fn enma_log() {
    println!("Rust crate that provides high-level APIs to obtain information on anime and manga.")
}