Christoph J. Scherr
7c5df54dff
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 1m21s
Details
|
||
---|---|---|
.gitea/workflows | ||
members | ||
rs-unsafe@7c19e55d97 | ||
src | ||
.gitignore | ||
.gitmodules | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
tasks.md | ||
todo.norg |
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.