From 7d94e37285fcaef4e8baaf5d24e5fd2956f7d121 Mon Sep 17 00:00:00 2001 From: Florian Didron Date: Tue, 30 Jul 2024 13:34:36 +0700 Subject: [PATCH] chore: links to crates.io --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f13dbf..e8786ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Kontroll +# Kontroll ![crates.io](https://img.shields.io/crates/v/kontroll.svg) Kontroll demonstates how to control the Keymapp API, making it easy to control your ZSA keyboard from the command line and scripts. You can read more about it on [our blog](https://blog.zsa.io/introducing-kontroll/). @@ -68,3 +68,5 @@ We developed Kontroll to showcase the Keymapp API and to provide a simple way to If you wish to build your own client, you need to implement the Keymapp API using gRPC. The protobuf file [available here](proto/keymapp.proto) describes all the remote call procedures and messages available. An example on how to implement each procedure call can be found in the [api.rs](src/api.rs) file. + +If you are using the Rust programming language, you may use the [Kontroll crate](https://crates.io/crates/kontroll).