Added cross platform to README

This commit is contained in:
Jose Colon Rodriguez
2024-01-30 11:09:50 -04:00
parent bbc20e4d0b
commit 71f62d584f

View File

@ -1,7 +1,7 @@
# iofthetiger - High Performance Async IO Library for Zig
# iofthetiger - High Performance Cross Platform 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.
IO library for Zig programs. It works on Linux, macOS, and Windows.
See the [tests](src/test.zig) for sample usage.