1 unstable release

0.1.0-alpha.0 Nov 23, 2023
0.0.2 Nov 21, 2023
0.0.1-alpha Sep 5, 2023

#91 in #command-line-utilities

27 downloads per month

Apache-2.0

21KB
490 lines

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.

lib.rs:

Cliutil

A command line utilities library.

License

Apache 2.0. See LICENSE file.

No runtime deps