e-dant / watcher

Filesystem watcher. Works anywhere. Simple, efficient and friendly.
MIT License
677 stars 37 forks source link

Idiomatic zig bindings question #57

Open AdjectiveAllison opened 2 weeks ago

AdjectiveAllison commented 2 weeks ago

Heyo, I've been following this library for a long time and it's really exciting to see the work that's been recently done towards python/nodejs/C compatibility. I attempted to tackle the C ABI several months back but wasn't familiar enough with the project or ecosystem to make meaningful progress. Anyway, I was curious, if one wanted to wrap watcher-c headings into an idiomatic zig library, is that something you'd be interested in having added to this core project or would you rather it be external (and I can just vendor this repo).

e-dant commented 2 weeks ago

I think I'd rather all the bindings be in the same spot in this repo -- Seems easier to find.

It would be very cool to have more bindings.