Go to file
Christoph J. Scherr 3c7a4297f5
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m12s Details
moar revsqrt basic tests
2024-01-15 16:38:23 +01:00
.gitea/workflows fix CI 2024-01-12 14:52:47 +01:00
members moar revsqrt basic tests 2024-01-15 16:38:23 +01: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 panic-calm 2024-01-12 15:39:54 +01:00
Cargo.toml panic-calm 2024-01-12 15:39:54 +01:00
README.md readme 2024-01-12 15:01:04 +01: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 project contains various smaller rust projects, often made by myself to gain more understanding with a topic or dependency.

Rust unsafe

Unsafe rust offers many possibilities otherwise locked from rust, which might cause undefined behavior (or are dubbed unsafe for other reasons). Let's be honest, they are hacks. But they can have fun uses and are sometimes interesting to explore, if only to see how the underlying system works.