From 9084d7f5dc68186c72e867346d034cef3322dcf7 Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Tue, 30 Jul 2024 13:59:28 +0200 Subject: [PATCH] add readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f24a9a --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# paekli-rs + +> [!Note] +> +> This was first created as part of an internal Rust workshop. +> It is not quite ready yet to be used by the general public. +> I intend to fix that post-haste. + +This is a guide for a toy project in Rust. +It is intended as the next thing to do after reading [The Rust Programming Language](https://doc.rust-lang.org/book/). + +The focus is on bridging the gap between _the book_ and production-ready code, emphasizing among other things: +- inter-process communication of several types +- integration in a polyglot environment +- automated testing and deployment (CI/CD) + +The guide is deployed at https://senekor.github.io/paekli-rs/.