rodalies-cli 0.1.4

CLI for searching train timetables of the trains of Rodalies de la Generalitat de Catalunya
Documentation
1
2
3
4
5
6
//! # config
//!
//! The `config` module provides CLI utilities such as the CLI arguments parser and the Pretty table.

/// `cli` provides the methods to initialize the CLI input (args) and output (table).
pub mod cli;