v0.3.4
- Add categories to Cargo.toml.
- Replace
nix
withlinux-ioctl
/libc
to ease maintenance burden. - Implement
AsRawFd
andAsFd
for types when applicable. - Fix an overzealous log output.
nix
with linux-ioctl
/libc
to ease maintenance burden.AsRawFd
and AsFd
for types when applicable.