Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alvinometric/rustidoo
- Owner: alvinometric
- Created: 2023-02-21T18:22:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T09:16:38.000Z (4 months ago)
- Last Synced: 2024-07-24T02:10:16.258Z (4 months ago)
- Language: Rust
- Size: 73.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 🤷♂️.
## 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