cliutil 0.1.0-alpha.0

A command line utilities library
Documentation
  • Coverage
  • 9.68%
    6 out of 62 items documented1 out of 59 items with examples
  • Size
  • Source code size: 33.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 775.07 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jacobrgreen114/cliutil-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jacobrgreen114

cliutil

Cliutil is planned to be a collection of utilities for command line interfaces.

Current State

'cliutil' is currently very alpha. It is not recommended for use in production code.

Apis

- 'cliutil::constexpr' - Api for creating a compile-time static command line application.

Todos

- 'cliutil::constexpr'
    - implement help / version subcommands
    - implement proper error reporting
    - implement command, flag, and parameter name duplication checks

Future Plans

Apis

- 'cliutil::runtime' - creates a cli app config at runtime. This will be useful for creating very dynamic cli apps.