Skip to main content

Crate koda_cli

Crate koda_cli 

Source
Expand description

§koda-cli

Internal library crate for the koda binary.

User-facing documentation lives at https://lijunzh.github.io/koda/

This crate’s public API surface is exactly one function: run() — called by main.rs. Everything else is pub(crate).

Functions§

run
Binary entry point. The only public symbol the koda binary needs.