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) SCJbSetFormatted((jb), "\"" key "\":\"" val "\"")
27#define JB_SET_TRUE(jb, key) SCJbSetFormatted((jb), "\"" key "\":true")
28#define JB_SET_FALSE(jb, key) SCJbSetFormatted((jb), "\"" key "\":false")