add readme

This commit is contained in:
Christoph J. Scherr 2023-09-19 17:14:24 +02:00
parent fdd538a64f
commit 3cf32c5a2f
1 changed files with 9 additions and 0 deletions

View File

@ -1,2 +1,11 @@
# rs-unsafe
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)