fastpaper-cli 0.3.0

CLI tool for searching, downloading and reading academic papers
Documentation
1
2
3
4
5
6
7
8
pub mod cli;
pub mod commands;
pub mod download;
pub mod identifier;
pub mod output;
pub mod read;
pub mod registry;
pub mod sources;