{"id":59319,"library":"tonic-reflection","title":"tonic-reflection","description":"Server Reflection module of tonic gRPC implementation, enabling runtime service discovery.","status":"active","version":"0.14.6","language":"rust","source_language":null,"source_url":"https://github.com/hyperium/tonic","tags":["grpc","reflection","tonic","server"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntonic-reflection = \"0.14.6\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tonic-reflection","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"ServerReflection","correct":"use tonic_reflection::server::ServerReflection;"}],"quickstart":{"code":"use tonic_reflection::server::ServerReflection;\n\n#[tokio::main]\nasync fn main() -> Result<(), Box<dyn std::error::Error>> {\n    let reflection = ServerReflection::new()\n        .register_service(\"my.package.MyService\");\n    // Add to tonic server\n    Ok(())\n}","lang":"rust","description":"Registers a service for gRPC server reflection."},"warnings":[{"fix":"Ensure tokio is in dependencies and server is configured.","message":"Requires tokio runtime and tonic server setup.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'discoveri':14 'enabl':11 'grpc':9,15 'implement':10 'modul':6 'reflect':3,5,16 'runtim':12 'server':4,18 'servic':13 'tonic':2,8,17 'tonic-reflect':1","created_at":"2026-06-16T16:58:41.333927+00:00","updated_at":"2026-06-16T16:58:41.333927+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/hyperium/tonic","github":"https://github.com/hyperium/tonic","docs":"https://docs.rs/tonic-reflection/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}