The code in this repository is part of a blog series that I am writing as I learn Rust. Each Post will have at least two branches, a branch that matches up with the start of a post (except for the first post) and a branch that has the state of the code at the end of that post. As I finish a post the code for that post is merged into master, so if you want the latest and greatest checkout master. Here's an overview of the posts in this series.
- Post #1 - Learning Rust - Conspiracies, Crates, and Structs
[Start Branch] [End Branch] - Post #2 - Learning Rust - Conspiracies, Databases, and Diesel.rs [code]
- Post #3 - Learning Rust - Conspiracies, Dissemination, and REST APIs [code]
I've started a new series, Learning Elm, where I am building out a UI for the API. If you are interested, here are the links to the Elm Posts
- Post #1 Learning Elm - Conspiring to Build a Ui
- Post #2 Learning Elm - Fetching Data
- Post #3 Learning Elm - Changing Data