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
- Host: GitHub
- URL: https://github.com/fredericheem/rust-by-example
- Owner: FredericHeem
- Created: 2017-01-25T21:06:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T18:29:14.000Z (about 9 years ago)
- Last Synced: 2025-02-28T20:41:31.793Z (over 1 year ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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