Go to the documentation of this file.
18 #ifndef SURICATA_RUST_H
19 #define SURICATA_RUST_H
24 #include "rust-bindings.h"
26 #define JB_SET_STRING(jb, key, val) jb_set_formatted((jb), "\"" key "\":\"" val "\"")
27 #define JB_SET_TRUE(jb, key) jb_set_formatted((jb), "\"" key "\":true")
28 #define JB_SET_FALSE(jb, key) jb_set_formatted((jb), "\"" key "\":false")