1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

utility: add vexc (#132)

This commit is contained in:
div72 2022-06-20 15:13:53 +03:00 committed by GitHub
parent 66d3784344
commit 95d46bddd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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