We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af54559 commit 31ba0afCopy full SHA for 31ba0af
README.md
@@ -288,6 +288,15 @@ It’s interesting to note that installing the filter does not take ownership or
288
invalidate the BPF program, thanks to the kernel which performs a
289
`copy_from_user` on the program before installing it.
290
291
+### Feature documentation
292
+
293
+The documentation on [docs.rs](https://docs.rs/seccompiler/)
294
+does not include the feature-gated json functionality.
295
296
+In order to view the documentation including the optional json feature, you may
297
+run:
298
+`cargo doc --open --all-features`
299
300
## Seccomp best practices
301
302
- Before installing a filter, make sure that the current kernel version
0 commit comments