libxev
libxev copied to clipboard
fix: export xev.Stream correctly in main.zig
It seems that #177 had a typo that exports stream.GenericStream as xev.Stream. Export the correct item instead.
Also enhance the comptime check to ensure that the exported fields actually have the correct type.