From 8cb9d7627ed2ca5f8ec1dbbc8e27d12ff48b38af Mon Sep 17 00:00:00 2001 From: Michal Siedlaczek Date: Mon, 9 Nov 2020 15:23:36 -0500 Subject: [PATCH] Add README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..57b41ca --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# SimRs + +This is an experimental discrete event simulation library I use in my research project. +I'm not sure at the moment how much value it has for others but I found the things I did +here interesting, so maybe someone else will as well. + +Visit https://docs.rs/simrs/0.1.0/simrs/ for more information and documentation. + +If you have any comments, suggestions, or criticism, don't hesitate to reach out +by either contacting me directly or opening an issue.