From 3cf32c5a2ff955f71ea285976395ac85cb5e5d1b Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Tue, 19 Sep 2023 17:14:24 +0200 Subject: [PATCH] add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4c88177..d72aa0c 100644 --- a/README.md +++ b/README.md @@ -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)