Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blacksmithop/rust-exercises

Exercises to learn Rust
https://github.com/blacksmithop/rust-exercises

Last synced: 23 days ago
JSON representation

Exercises to learn Rust

Awesome Lists containing this project

README

        

# Rust Exercises

## Sorting

1. [Insertion](./exercises/sorting/insertion.rs)

## HashMap

1. [Set and Get values](./exercises/hashmap/get-set.rs)