~vladh/hare-project-library

Alexey Yerin: 1
 Add afl_harec

 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/39306/mbox | git am -3
Learn more about email & git

[PATCH] Add afl_harec Export this patch

---
Not quite sure if it belongs in this section

 README.md | 1 +
 1 file changed, 1 insertion(+)

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

* [~sebsite/hareconv](https://git.sr.ht/~sebsite/hareconv): Hare module -> C header converter
* [~sebsite/haretags](https://git.sr.ht/~sebsite/haretags): ctags implementation for Hare
* [~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

## Hare LSP servers
-- 
2.39.2
Great, thank you! :)