Alan Somers
Alan Somers
This allows the macros to work in consumer crates that "#[deny(missing_docs)]"
Because it will be EoL at the end of the month.
The currently availble docs don't include the casper feature.
For a new project, I need bindings to [cap_net(3)](https://man.freebsd.org/cgi/man.cgi?query=cap_net). Do you think they should be a part of this repository or standalone? I'll start work in a standalone repo, but...
The `utils::Directory` struct exists so that a capsicumized program can open files using `openat`. But it's too limited. For example, it doesn't provide any binding for `symlinkat`. Fortunately, all of...
After PR #50 and #51 merge, would you please build a new release? That will allow me to satisfy "cargo audit" on downstream crates.
The `IoctlsBuilder::new` method takes one ioctl command. Additional ioctl commands can be supplied with `IoctlsBuilder::add`. This is inconsistent in two ways: * The first ioctl command is added with a...