Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaklin authored Nov 19, 2024
1 parent 102a2e3 commit 150fe9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Documentation is available at [https://docs.rs/kbo](https://docs.rs/kbo).
kbo is distributed as three separate Rust packages:
- [kbo](https://github.com/tmaklin/kbo) contains a Rust library implementing the core algorithm (this repository).
- [kbo-cli](https://github.com/tmaklin/kbo-cli) provides a command-line interface for `kbo find` and `kbo map`.
- [kbo-gui](https://github.com/tmaklin/kbo-cli) provides a WebAssembly graphical user interface for running kbo in the browser.
- [kbo-gui](https://github.com/tmaklin/kbo-gui) is a work in progress WebAssembly graphical user interface for running kbo in the browser.

Precompiled binaries for kbo-cli are available from the [Releases page](https://github.com/tmaklin/kbo-cli/releases).

## About
kbo supports two main operations:
Expand Down

0 comments on commit 150fe9f

Please sign in to comment.