Go to file
Christoph J. Scherr a60b56cdd2
Cargo Check, Format, Fix and Test / cargo fmt (push) Has been cancelled Details
Cargo Check, Format, Fix and Test / cargo fix (push) Has been cancelled Details
Cargo Check, Format, Fix and Test / cargo test (push) Has been cancelled Details
Cargo Check, Format, Fix and Test / cargo check (push) Has been cancelled Details
Merge branch 'master' of https://git.cscherr.de/PlexSheep/rs-basic
2024-01-12 13:26:35 +01:00
.gitea/workflows Merge branch 'master' of https://git.cscherr.de/PlexSheep/rs-basic 2024-01-12 13:26:35 +01:00
members Automatical formatting 2024-01-12 12:20:16 +00:00
rs-unsafe@fcce2500f0 update rs-unsafe 2023-09-20 09:56:50 +02:00
src cargo fmt 2024-01-10 21:24:00 +01:00
.gitignore testlib 2023-09-12 17:17:43 +02:00
.gitmodules move c-bindings to rs-unsafe 2023-09-19 17:12:51 +02:00
Cargo.lock revsqrt has a bin, upload older rust demos 2024-01-12 13:19:22 +01:00
Cargo.toml revsqrt has a bin, upload older rust demos 2024-01-12 13:19:22 +01:00
README.md workspace setup 2023-09-12 17:01:33 +02:00
tasks.md orga stuff 2023-09-12 16:23:49 +02:00
todo.norg orga stuff 2023-09-12 16:23:49 +02:00

README.md

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.