Adds:
Fixes:
Fixes:
timespec
defs to libcFixes:
Vnode
enum non_exhaustive
to fix backwards compatibility in 1.xAdds:
Fixes:
Fixes:
Adds:
Watcher.poll_forever()
method which blocks on new events. This works around buggy behavior in the original Watcher.poll()
method.std::os::unix::io::AsRawFd
for Watcher
for nested kqueues.ext
field for kqueue
extensions on FreeBSD.bitflags
in rust-kqueue-sys
: Now all bitflag constants must be qualified:EV_DELETE
-> EventFlag::EV_DELETE
NOTE_WRITE
> FilterFlag::NOT_WRITE