nhs-number-cli 0.4.0

Command line tool that validates United Kingdom (UK) National Health Service (NHS) Numbers, one per line, from standard input.
1
2
3
4
5
pub(crate) mod args; // Arguments struct, such as set via `clap`.
pub(crate) mod clap; // Command line argument parser.
pub(crate) mod config; // Configuration struct, such as set via `confy`.
pub(crate) mod confy; // Configuration tests for loading and parsing.
pub(crate) mod run; // Run function that handles everything.