From 1a49f1c01dc696fd728b63e66e5ae84017ddd871 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 2 Mar 2020 11:42:43 -0800 Subject: [PATCH] Add README explaining archive --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f41c863 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Rust FFI Examples + +This is an example repository that shows how to interface between Rust and a +various number of other languages. + +At this time, though, I unfortunately don't have time to continue maintaining +this so I'm going to archive the repository. Thanks to everyone for +contributing!