Tests passing

This commit is contained in:
Jose Colon Rodriguez
2024-01-30 10:53:03 -04:00
parent f4f28a0f78
commit bbc20e4d0b
4 changed files with 204 additions and 8 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# iofthetiger - High Performance Async IO Library for Zig
This library is pretty much the [TigerBeetle](https://github.com/tigerbeetle/tigerbeetle)
IO library with the TigerBeetle specifics removed, to make it a more general purpose async
IO library for Zig programs.
See the [tests](src/test.zig) for sample usage.