Christoph J. Scherr
e9337f93de
Rust / Cargo / Compile (push) Waiting to run
Details
Rust / Cargo / Test (macOS-latest, beta) (push) Blocked by required conditions
Details
Rust / Cargo / Test (macOS-latest, nightly) (push) Blocked by required conditions
Details
Rust / Cargo / Test (macOS-latest, stable) (push) Blocked by required conditions
Details
Rust / Cargo / Test (ubuntu-latest, beta) (push) Blocked by required conditions
Details
Rust / Cargo / Test (ubuntu-latest, nightly) (push) Blocked by required conditions
Details
Rust / Cargo / Test (ubuntu-latest, stable) (push) Blocked by required conditions
Details
Rust / Cargo / Test (windows-latest, beta) (push) Blocked by required conditions
Details
Rust / Cargo / Test (windows-latest, nightly) (push) Blocked by required conditions
Details
Rust / Cargo / Test (windows-latest, stable) (push) Blocked by required conditions
Details
Rust / Cargo / Lint (push) Has been cancelled
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.