1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
/// Processing of command line arguments.
pub mod args;

/// Error handling.
pub mod error;

/// I/O operations.
pub mod input;

/// Parts;
pub mod part;