{"id":66591,"library":"tower-web","title":"Tower-web","description":"Web framework with a focus on removing boilerplate.","status":"active","version":"0.3.7","language":"rust","source_language":null,"source_url":"https://github.com/carllerche/tower-web","tags":["web","framework","boilerplate","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntower-web = \"0.3.7\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tower-web","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"ServiceBuilder","correct":"use tower_web::ServiceBuilder;"}],"quickstart":{"code":"use tower_web::ServiceBuilder;\n\nfn main() {\n    let service = ServiceBuilder::new()\n        .resource(\"/\")\n        .build(|_| \"Hello\");\n    println!(\"Service built\");\n}","lang":"rust","description":"Builds a simple web service with a single resource."},"warnings":[{"fix":"Add tokio as a dependency and use #[tokio::main] or similar.","message":"Requires Tokio runtime for async execution.","severity":"gotcha","affected_versions":">=0.3.0"}],"env_vars":null,"search_vec":"'async':15 'boilerpl':11,14 'focus':8 'framework':5,13 'remov':10 'tower':2 'tower-web':1 'web':3,4,12","created_at":"2026-06-17T17:25:52.690314+00:00","updated_at":"2026-06-17T17:25:52.690314+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/carllerche/tower-web","github":"https://github.com/carllerche/tower-web","docs":"https://docs.rs/tower-web/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"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}}