qcp 0.8.3

Secure remote file copy utility which uses the QUIC protocol over UDP
Documentation
1
2
3
4
5
6
7
8
//! Command Line Interface for qcp
// (c) 2024 Ross Younger
mod args;
pub(crate) use args::CliArgs;
mod cli_main;
pub mod styles;
pub use cli_main::cli;
mod manpage;