netspeed-cli 0.10.0

Command-line interface for testing internet bandwidth using speedtest.net
Documentation
1
2
3
4
5
6
//! Output configuration types.
//!
//! This module will contain output-related configuration types.
//! Currently serves as a placeholder for future extraction from mod.rs.

pub use super::Format;