]> git.ipfire.org Git - thirdparty/suricata.git/commit
feature: provide a Rust binding to the feature API
authorJason Ish <jason.ish@oisf.net>
Fri, 15 Dec 2023 00:19:41 +0000 (18:19 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 20 Jan 2024 19:59:29 +0000 (20:59 +0100)
commitea78420d024f684ca26dfe45c66594f7a28a8a62
tree51afcb46c40cacd0f5a4888b6595d3076262a935
parent40234b255d98925340196e91e579f09955bdc132
feature: provide a Rust binding to the feature API

As the feature module is not available for Rust unit tests, a mock
version is also provided.

(cherry picked from commit 15ed51f9b87011025615245d89152da9c567f49b)
rust/src/feature.rs [new file with mode: 0644]
rust/src/lib.rs