smol-rs / polling

Portable interface to epoll, kqueue, event ports, and wepoll
Apache License 2.0
534 stars 65 forks source link

Remove libc from dev deps #146

Closed notgull closed 1 year ago

notgull commented 1 year ago

https://github.com/smol-rs/polling/pull/139#issuecomment-1705642150

fogti commented 1 year ago

I'd prefer just re-exporting rustix::process::Signal itself...

(the doctests would also need to be fixed...)

https://github.com/smol-rs/polling/tree/fogti/no-libc

notgull commented 1 year ago

rustix is an unstable crate with pretty frequent breaking changes. We can't export anything from that crate.