<div align="center">
<h1>30 Seconds of Rust</h1>
<img src='https://rustacean.net/assets/cuddlyferris.png' width=150px/>
Short Rust 🦀 code snippets for inspiration.
<a href="https://github.com/azzamsa/30-seconds-of-rust/workflows/ci.yml">
<img src="https://github.com/azzamsa/30-seconds-of-rust/workflows/ci/badge.svg" alt="Build status" />
</a>
<a href="https://codecov.io/gh/azzamsa/30-seconds-of-rust">
<img src="https://codecov.io/gh/azzamsa/30-seconds-of-rust/branch/master/graph/badge.svg" alt="Code Coverage" />
</a>
</div>
---
## Usage
- Visit [the website](https://azzamsa.github.io/30-seconds-of-rust/) to view the snippets.
- Click the `[SRC]` button at the top to see the complete source code.
## Credits
- The code is ported from [30-seconds-of-code-js](https://github.com/30-seconds/30-seconds-of-code/tree/4cf744a38c45d09fe552f9b90d7485926097e91e/) and [30-seconds-of-python](https://github.com/30-seconds/30-seconds-of-python/tree/e6064b1236bbe64f0a7f4e1127223b75848b92e8/)
- Ferris logo by [rustacean.net](https://rustacean.net/)