Go to file
Christoph J. Scherr 8e742c7dc1
Rust / Cargo / Lint (push) Failing after 4m47s Details
Rust / Cargo / Test (beta) (push) Has been cancelled Details
Rust / Cargo / Test (nightly) (push) Has been cancelled Details
Rust / Cargo / Test (stable) (push) Has been cancelled Details
Rust / Cargo / Compile (push) Has been cancelled Details
add cargo workflow
2024-01-10 21:04:17 +01:00
.gitea/workflows add cargo workflow 2024-01-10 21:04:17 +01:00
members multi input benchmark 2024-01-10 17:14:08 +01:00
rs-unsafe@fcce2500f0 update rs-unsafe 2023-09-20 09:56:50 +02:00
src styling 2023-09-12 18:45:10 +02: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 simple benchmarks 2024-01-10 16:53:50 +01:00
Cargo.toml simple benchmarks 2024-01-10 16:53:50 +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.