From 6902a3fb4d3cdce1cf3069ca272c3d1d7fb30f8b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 16 Sep 2025 11:58:42 +0800 Subject: [PATCH] Add a README --- README.md | 29 +++++++++++++++++++++++++++++ diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2c6ce72cfa0279be0943758c257fe3f159065f85 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# hare-ds — Data structures for Hare + +**Work in progress.** + +This module provides various general-purpose data structures for use in the +Hare programming language. + +Functions here typically use `[]u8` keys and `*opaque` values. + +## Contributing + +Create a branch that begins with `contrib/` and push to the +[main repo](https://forge.lindenii.org/hare/-/repos/hare-ds/) +via SSH directly. + +``` +git clone ssh://forge.lindenii.org/hare/:/repos/hare-ds/ +cd hare-git +git checkout -b contrib/whatever +# edit and commit stuff +git push -u origin HEAD +``` + +## Support + +[`#chat`](https://webirc.runxiyu.org/kiwiirc/#chat) +on +[irc.runxiyu.org](https://irc.runxiyu.org/). + -- 2.48.1