Module bookdata::cli

source ·
Expand description

Command line interface for book data.

The book data tools are implemented as a single monolithic executable (to reduce compilation time and disk space in common configurations, with different tools implemented as subcommands. Each subcommand implements the Command trait, which exposes the command line arguments and invocation.

Modules

Macros

Structs

Enums

Traits

  • Trait implemented by book data commands.