This commit is contained in:
Egor Aristov 2025-11-08 09:40:06 +03:00
parent 269682e4ab
commit 427cf77c7f
Signed by: egor3f
GPG Key ID: 40482A264AAEC85F

View File

@ -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.