Registry / observability / puffin-http

puffin-http

JSON →
library0.17.0rscratesunverified

TCP server and client for streaming puffin profiler data over HTTP.

# Cargo.toml [dependencies] puffin_http = "0.17.0"
INSTALL
IMPORT
SIG · PUFFIN-HTTP
P
puffin-http
observabilityrustv0.17.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Server
use puffin_http::Server;

Starts a puffin HTTP server for receiving profiling data.

use puffin_http::Server; fn main() -> Result<(), Box<dyn std::error::Error>> { let server = Server::new("0.0.0.0:8585")?; println!("Puffin HTTP server listening on port 8585"); // Keep running loop {} }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.17.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
16
OpenAI (training)
2
Amazon
1
Resources
puffin-http — cargo add puffin-http · libregistry