Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iahmadgad/randoms-rs

🦀 Random & small projects written in Rust.
https://github.com/iahmadgad/randoms-rs

randoms rust rust-lang

Last synced: about 2 months ago
JSON representation

🦀 Random & small projects written in Rust.

Awesome Lists containing this project

README

        

[![WIP](https://img.shields.io/badge/✨-Randoms-cyan)](#)
[![Rust](https://img.shields.io/github/actions/workflow/status/iahmadgad/randoms-rs/rust.yml?label=Rust&logo=rust)](https://github.com/iahmadgad/randoms-rs/actions/workflows/rust.yml)
[![Docs](https://img.shields.io/github/actions/workflow/status/iahmadgad/randoms-rs/docs.yml?label=Docs&logo=docs.rs)](https://iahmadgad.github.io/randoms-rs/)

My Rust playground, It contains small projects I code while I am learning & some Rust book exercises.

# 📦 Crates
- [`rock-paper-scissors`](rock-paper-scissors)
- [`one-operation-calculator`](one-operation-calculator)
- [`fibonacci`](fibonacci)
- [`median-and-mode`](median-and-mode)
- [`pig-latin`](pig-latin)
- [`temperature`](temperature)