2023-09-12 17:01:33 +02:00
|
|
|
# Rust basics
|
|
|
|
|
|
|
|
This repository aims to contain basics for the rust language.
|
|
|
|
|
|
|
|
## Structure
|
|
|
|
|
|
|
|
- [`modules`] contains complete small `cargo` projects
|
|
|
|
- [`src/bin`] contains binaries that are too small to justify a complete
|
|
|
|
directory.
|