Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alvinometric/rustidoo

My solutions (in Rust) to the interview questions in the "Rendez Vous with Cassidoo" newsletter
https://github.com/alvinometric/rustidoo

Last synced: about 1 month ago
JSON representation

My solutions (in Rust) to the interview questions in the "Rendez Vous with Cassidoo" newsletter

Awesome Lists containing this project

README

        

# Rustidoo

I'm learning Rust and wanted a way to keep practicing. These are my solutions to the interview questions in the "[Rendez Vous with Cassidoo](https://buttondown.email/cassidoo/archive)" Newsletter. Sometimes I'll miss a week because, well, life happens 🤷‍♂️.



Artwork by @steveruizok


## Install dependencies

Check https://github.com/watchexec/cargo-watch

or

```sh
cargo install cargo-watch --locked
```

## Run

To run the code for issue 282, do
`cargo run --example 282`

## Watch and live reload

`cargo watch -x "run --example 282"`

## Create a new example

`cargo run --bin inc_example`

## TODO

- [ ] Script to dynamically run the latest day
- [x] Script to create a new entry