~vladh/hare-project-library

Rosie Keith Languet: 1
 add enum_to_str

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~vladh/hare-project-library/patches/51840/mbox | git am -3
Learn more about email & git

[PATCH] add enum_to_str Export this patch

Signed-off-by: Rosie Keith Languet <rkl@rosiesworkshop.net>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index a2cb97a..ed89d58 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,7 @@ If you're interested specifically in 3D graphics, check out

* [~yerinalexey/afl_harec](https://git.sr.ht/~yerinalexey/afl_harec): Hare instrumentation for [AFL](https://github.com/google/AFL)
* [~yerinalexey/hare-annotate](https://git.sr.ht/~yerinalexey/hare-annotate): A library for implementing code generators
* [`~roselandgoose/gen_enum_strs`](https://git.sr.ht/~roselandgoose/hare2c2/tree/main/item/cmd/gen_enum_strs): A Hare `fn $enum_to_str($enum) str` code generator

## Hare LSP servers

-- 
2.45.0
Love this project, thank you!

Pushed with formatting changes.

to git@git.sr.ht:~vladh/hare-project-library
  7e41c22..cad8c52  main -> main