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

https://github.com/fredericheem/rust-by-example

learning rust with examples
https://github.com/fredericheem/rust-by-example

Last synced: 12 days ago
JSON representation

learning rust with examples

Awesome Lists containing this project

README

          

A playground to learn rust by examples.

# Array

* fill an array.
* compute the sum of the array with fold.
* concatenate an array of string.

# Date

Examples using the [chrono](https://github.com/lifthrasiir/rust-chrono) crates.

## Run

$ cargo test -- --nocapture