Go to the documentation of this file.
18 #ifndef SURICATA_RUST_H
19 #define SURICATA_RUST_H
29 #include "rust-bindings.h"
31 #define JB_SET_STRING(jb, key, val) SCJbSetFormatted((jb), "\"" key "\":\"" val "\"")
32 #define JB_SET_TRUE(jb, key) SCJbSetFormatted((jb), "\"" key "\":true")
33 #define JB_SET_FALSE(jb, key) SCJbSetFormatted((jb), "\"" key "\":false")