Skip to main content

Module plugins

Module plugins 

Source
Expand description

Built-in plugins that ship with the crate.

These demonstrate the Plugin trait and handle common use cases. Users can implement their own plugins for custom storage backends.

Modulesยง

ndjson
NDJSON file plugin โ€” writes structured data to newline-delimited JSON files.
stdout
Stdout plugin โ€” prints block data as JSON lines to stdout.