New week, new Rust! What are you folks up to?
Currently taking a small break from my main project 8080_msg by trying to build a simple linear equation solver.
First step is thinking about how to translate the "human" algorithm of solving linear equations to what a computer can execute.
Just released transactional outbox addition for the historia - event-driven framework I'm working on. It's a separate crate which might run as either a binary (if you're fine with how it works out of the box) or a library (if you'd like to modify some behavior or just plug it into the main service).