Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iahmadgad/randoms-rs
- Owner: iahmadgad
- License: mit
- Created: 2024-08-30T14:29:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T18:25:03.000Z (3 months ago)
- Last Synced: 2024-10-19T18:14:25.996Z (3 months ago)
- Topics: randoms, rust, rust-lang
- Language: Rust
- Homepage: https://iahmadgad.github.io/randoms-rs/
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)