Go to file
Christoph J. Scherr 790fbbac4a testlib 2023-09-12 17:17:43 +02:00
members/c-bindings testlib 2023-09-12 17:17:43 +02:00
src workspace setup 2023-09-12 17:01:33 +02:00
.gitignore testlib 2023-09-12 17:17:43 +02:00
Cargo.lock workspace setup 2023-09-12 17:01:33 +02:00
Cargo.toml workspace setup 2023-09-12 17:01:33 +02: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.