Warning
This was first created as part of an internal Rust workshop. It is not quite ready yet to be consumed by the general public. I intend to fix that post-haste.
This is a guide for an exercise project in Rust. It is intended as the next thing to do after reading The Rust Programming Language.
The aim of paekli-rs is to bridge the gap between the book and production-ready code, emphasizing among other things:
- library usage
- inter-process communication
- integration in a polyglot environment
- automated testing and delivery (CI/CD)
- having lots of fun! 😃
The guide is deployed at 👉 https://senekor.github.io/paekli-rs/