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
- Amazon commands.
- BookCrossing commands.
- Commands for processing clusters.
- Book clustering command.
- Collect ISBNs from across the data sources.
- Graph extraction program.
- Command to filter MARC output.
- Index names from authority records.
- Extract basic information from a Parquet file.
- Scan MARC records. See ScanMARC for documentation.
- Compute integration statistics.
Macros
- Macro to generate wrappers for subcommand enums.
Structs
- Entry point for the Book Data Tools.
Enums
- Enum to collect and dispatch CLI commands.
Traits
- Trait implemented by book data commands.