{"id":63234,"library":"slog-stream","title":"Slog Stream","description":"Provides an io::Write streamer for the slog logging framework.","status":"active","version":"1.2.1","language":"rust","source_language":null,"source_url":"https://github.com/slog-rs/stream","tags":["logging","slog","stream"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nslog-stream = \"1.2.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add slog-stream","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Streamer","correct":"use slog_stream::Streamer;"}],"quickstart":{"code":"use slog_stream::Streamer;\nuse slog::Drain;\n\nfn main() {\n    let drain = Streamer::new(std::io::stdout()).build();\n    let logger = slog::Logger::root(drain, slog::o!());\n    info!(logger, \"Hello from slog-stream!\");\n}","lang":"rust","description":"Creates a slog drain that writes to stdout."},"warnings":[],"env_vars":null,"search_vec":"'framework':12 'io':5 'log':11,13 'provid':3 'slog':1,10,14 'stream':2,15 'streamer':7 'write':6","created_at":"2026-06-17T16:41:11.533013+00:00","updated_at":"2026-06-17T16:41:11.533013+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/slog-rs/slog","github":"https://github.com/slog-rs/stream","docs":"https://docs.rs/slog-stream/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["logging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}