mal-cli-rs 0.2.1

CLI tool for myanimelist
Documentation
1
2
3
4
5
6
pub mod events;
pub mod key;
pub use self::{
    events::{Event, Events},
    key::Key,
};