unilang 0.3.0

Define your command-line utility interface once and get consistent interaction across multiple modalities — CLI, GUI, TUI, AUI, Web APIs, and more—essentially for free.
docs.rs failed to build unilang-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: unilang-0.46.0

Module :: unilang

experimental rust-status docs.rs Open in Gitpod discord

Define your command-line utility interface once and get consistent interaction across multiple modalities — CLI, GUI, TUI, AUI, Web APIs, and more—essentially for free.

Sample

To add to your project

cargo add unilang

Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
To run the comprehensive example, use the following command:
`cargo run --example full_cli_example -- help`