nyaa 0.9.1

A tui tool for browsing and downloading torrents from nyaa.si
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod app;
pub mod client;
pub mod clip;
pub mod config;
pub mod macros;
pub mod results;
pub mod source;
pub mod sync;
pub mod theme;
pub mod util;
pub mod widget;