Christoph J. Scherr
3c62c7cadf
Cargo Format, Check and Test / cargo fmt (push) Successful in 55s
Details
Cargo Format, Check and Test / cargo check (push) Successful in 1m8s
Details
Cargo Format, Check and Test / cargo test (push) Successful in 1m5s
Details
|
||
---|---|---|
.gitea/workflows | ||
members | ||
rs-unsafe@fcce2500f0 | ||
src | ||
.gitignore | ||
.gitmodules | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
tasks.md | ||
todo.norg |
README.md
Rust basics
This repository aims to contain basics for the rust language.
Structure
- [
modules
] contains complete smallcargo
projects - [
src/bin
] contains binaries that are too small to justify a complete directory.