spotify-launcher 0.5.2

Client for spotify's apt repository in Rust for Arch Linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod apt;
pub mod args;
pub mod config;
pub mod crypto;
pub mod deb;
pub mod errors;
pub mod extract;
pub mod http;
pub mod paths;
pub mod pgp;
pub mod progress;