rs-unsafe/README.md

12 lines
349 B
Markdown
Raw Permalink Normal View History

2023-09-19 17:05:02 +02:00
# rs-unsafe
2023-09-19 17:14:24 +02:00
This Repository contains some basic crates which show / test the functionality that
comes with the dark powers of *unsafe* Rust.
For more information, see the [Rustonomicon](https://doc.rust-lang.org/nomicon/intro.html)
## Submodule
This Repository is included as a submodule in
[rs-basic](https://git.cscherr.de/PlexSheep/rs-basic)