Go to file
Christoph J. Scherr b17fcb8c41
cargo devel CI / cargo CI (push) Failing after 1m46s Details
add test with warp
2024-03-08 19:49:40 +01:00
.gitea/workflows ci add clippy rustup 2024-02-16 16:35:59 +01:00
.github/workflows ci add clippy rustup 2024-02-16 16:35:59 +01:00
members add test with warp 2024-03-08 19:49:40 +01:00
rs-unsafe@7c19e55d97 update rs-unsafe 2024-01-15 20:48:02 +01:00
src clippy 2024-02-16 16:02:40 +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 fix deps 2024-03-08 18:00:30 +01:00
Cargo.toml fix deps 2024-03-08 18:00:30 +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.