rews 0.4.5

A binary client for Usenet.
Documentation
1
2
3
4
5
6
7
8
9
10
11
use directories::ProjectDirs;
use once_cell::sync::OnceCell;

pub mod article;
pub mod configure;
pub mod connection;
pub mod download;
pub mod nzb;
pub mod queue;

pub static PROJECT_DIR: OnceCell<ProjectDirs> = OnceCell::new();