From 427cf77c7f7c4820e6421d6d3ee97f50ae293fd6 Mon Sep 17 00:00:00 2001 From: Egor Aristov Date: Sat, 8 Nov 2025 09:40:06 +0300 Subject: [PATCH] readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ea4b83..ade2838 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Readme draft -1. write code in language A +1. write code 2. annotate it (see below) 3. launch `kitcom -src path/to/source.A -dest path/to/generated/file.B` -4. Use generated file to IPC +4. Use generated file for IPC ## Typescript: @@ -62,5 +62,9 @@ if err := kit.Wait(); err != nil { LocalAPI on one side is RemoteAPI on the other side +## C++, Rust, Python: + +To be done + # Library status Work in progress. No tests, no docs, code is not finished! Not everything is working yet. Code is partly crap.