]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: a Rust ConfNode wrapper.
authorJason Ish <ish@unx.ca>
Wed, 13 Jun 2018 22:03:33 +0000 (16:03 -0600)
committerJason Ish <ish@unx.ca>
Fri, 15 Jun 2018 21:48:52 +0000 (15:48 -0600)
commit1b0b74dc1610bf27a035acb878e416fc61fdf81f
tree5f305293f55d319812313a63e25a5362c70cecd8
parent05e20c5c57b31e4a4b5d6b33b8acfdf874e809ed
rust: a Rust ConfNode wrapper.

A Rust wrapper around the C ConfNode object. Currenlty only exposes
ConfGetChildValueBool and ConfGetChildValue.
rust/src/conf.rs