| Crates.io | netdata-plugin |
| lib.rs | netdata-plugin |
| version | 0.2.0 |
| created_at | 2022-04-25 12:37:14.428322+00 |
| updated_at | 2022-04-25 12:37:14.428322+00 |
| description | netdata plugin helpers |
| homepage | |
| repository | https://gitlab.com/mash-graz/netdata-plugin |
| max_upload_size | |
| id | 573831 |
| size | 73,558 |
rust and webassemblyThis 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