Crate tardis_cli

Crate tardis_cli 

Source

Re-exports§

pub use errors::Error;
pub use errors::Failable;
pub use errors::Result;

Modules§

cli
config
Configuration loading and helpers for TARDIS.
core
Core transformation logic for TARDIS.
errors
Centralised error and exit‑handling utilities for the TARDIS CLI.

Macros§

system_error
Create an Error::System of the requested variant with minimal boilerplate.
user_input_error
Create an Error::UserInput of the requested variant with minimal boilerplate.