rust-vmm / seccompiler

Provides easy-to-use Linux seccomp-bpf jailing.
https://crates.io/crates/seccompiler
Apache License 2.0
71 stars 11 forks source link

[Suggestion] Add section in readme about documentation for optional features #23

Closed andreeaflorescu closed 2 years ago

andreeaflorescu commented 2 years ago

As doc.rs does not include documentation for optional features, I would suggest we add a section in the ## Example Usage in which to let users know about this limitation, and propose that people open the docs locally by running the command:

cargo doc --open --all-features