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
7
8
9
10
11
12
13
14
15
pub struct HiAnime {}

impl HiAnime {
    pub fn new() -> HiAnime {
        return HiAnime {};
    }
}

pub struct Anicrush {}

impl Anicrush {
    pub fn new() -> Anicrush {
        return Anicrush {};
    }
}