From 95d46bddd84ddf182c9cbd240765a67a158affc9 Mon Sep 17 00:00:00 2001 From: div72 <60045611+div72@users.noreply.github.com> Date: Mon, 20 Jun 2022 15:13:53 +0300 Subject: [PATCH] utility: add vexc (#132) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be71787..ff598e8 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ - [random](https://github.com/Delta456/random) - An all purpose random library written in V. - [vdotenv](https://github.com/zztkm/vdotenv) - Support for .env files which loads environment variables. - [vaker](https://github.com/ChAoSUnItY/vaker) - A light-weight compile-time-generated data faker written in V. +- [vexc](https://github.com/div72/vexc) - Exceptions for V using setjmp/longjmp. ## Other