From 9cfd14cc16aa8844dc8b4e021a4d07715425fa9f Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 13 Dec 2021 11:44:44 +0200 Subject: Initial README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c741f3a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# m17lib + +A rust native implementation of the [M17 protocol](https://m17project.org/). + +## Dev + +```bash +$ cargo test +``` -- cgit v1.3.1