mitchellh / libxev

libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API.
MIT License
1.97k stars 65 forks source link

Remove useless files in Zig package #90

Open Corendos opened 5 months ago

Corendos commented 5 months ago

Closes #87

I wasn't sure if "include/" could be required. The only usecase I see is if someone uses the Zig build system for a C project and wants to use libxev as a C library.