1 unstable release
0.2.0 | Apr 25, 2022 |
---|
#370 in Visualization
39KB
779 lines
Helpers to develop netdata plugins in rust
and webassembly
This crate contains two different levels of access to the netdata plugin communication API:
-
Low-Level Routines to construct, format and output the raw netdata commands (
CHART, DIMENSION, BEGIN, SET, END...
) -
and the
Collector
-interface, which[hopefully] simplifies the required control flow handling of netdata plugins and their realization in rust and webassembly.
For more infomation: generated documentation
Dependencies
~6–8.5MB
~165K SLoC