Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Jul 30, 2024
1 parent ee5bfef commit 9084d7f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/.

0 comments on commit 9084d7f

Please sign in to comment.