rs-basic/README.md

10 lines
235 B
Markdown
Raw Normal View History

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.