mangadexrs/src/commands/mod.rs

7 lines
102 B
Rust
Raw Normal View History

2021-02-16 12:38:06 +00:00
mod view;
mod feed;
mod download;
pub use view::view;
pub use feed::feed;
pub use download::download;