]> git.ipfire.org Git - people/ms/suricata.git/commit - rust/cbindgen.toml
jsonbuilder: new module for generating json
authorJason Ish <jason.ish@oisf.net>
Tue, 7 Jan 2020 19:08:29 +0000 (13:08 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 3 Jun 2020 11:36:55 +0000 (13:36 +0200)
commit942dd08654b8e2db80b8711011a2ee13cb9de752
tree16971cbd82a814e614875d67988f3a69f1853e5f
parentc1f4edc4340271ccdbd412f2d61901b7d26f939b
jsonbuilder: new module for generating json

JsonBuilder is a Rust module for creating JSON output. Unlike
Jansson, the final JSON string is built up as items are added,
instead of building up an object tree and rendering it when
done.

The idea is to create a more efficient JSON serializer instead
of a flexible one.
rust/cbindgen.toml
rust/src/jsonbuilder.rs [new file with mode: 0644]
rust/src/lib.rs