Crate aoc_toolbox

Source

Re-exports§

pub use clap;

Modules§

utils

Macros§

aoc_main

Structs§

Aoc

Traits§

Error
Error is a trait representing the basic expectations for error values, i.e., values of type E in Result<T, E>.
Parser
Parse command-line arguments into Self.

Attribute Macros§

aoc_solver

Derive Macros§

Parser
Generates the Parser implementation.