8 lines
318 B
Markdown
8 lines
318 B
Markdown
# 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.
|