DevLogBus Rust SDK
Small Rust SDK for publishing records to the DevLogBus HTTP API.
Scope:
- synchronous HTTP publish
- dependency-free
std::net::TcpStreamtransport - caller-provided
attrs_json - filter hook
- redactor hook
The default endpoint is:
http://127.0.0.1:7423
Build And Test
Use
use ;
let client = new;
client.publish_message?;
attrs_json must be a JSON object string. The SDK escapes the core record
fields itself but does not parse nested attributes.