Module suricata::feature

source ·
Expand description

Rust bindings to the “feature” API.

As this feature module is a binding to a Suricata C module it is not available to Rust unit tests. Instead when running Rust unit tests and “mock” version is provided that will return true for any feature starting with “true” and false for any other feature name.

Functions§

  • Check for a feature returning true if found.