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
kodabinary needs.