Welcome to the GitHub repository for rivelin_extra, a collection of open source crates developed for the Rivelin Project. The Rivelin Project is a cloud container building service written in Rust. It's currently under development and primarily exists as a learning project and maybe to help me get a job.
The main project lives at https://github.com/OscartGiles/rivelin. If you are looking at my CV give me a message on linkedin and I'll be happy to grant you read access.
The following crates are included in this repository:
-
rivelin_actors: A tokio based actor framework. Includes some actor implementations including a pub/sub event bus.
-
rivelin_packit: Coming soon... A WASM based OCI compliant image builder. Inspired by nixpacks and buildpacks.
To run all tests cd into a crate and run:
cargo test
📖 To build the docs run:
cargo doc --open
Licensed under the MIT license. See LICENSE.