{"id":58389,"library":"rouille","title":"rouille","description":"High-level idiomatic web framework","status":"active","version":"3.6.2","language":"rust","source_language":null,"source_url":"https://github.com/tomaka/rouille","tags":["web","framework","http","synchronous"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nrouille = \"3.6.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add rouille","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Server","correct":"use rouille::Server;"}],"quickstart":{"code":"use rouille::{Server, Response};\n\nfn main() {\n    let server = Server::new(\"localhost:8080\", |request| {\n        Response::text(\"Hello, world!\")\n    }).unwrap();\n    server.run();\n}","lang":"rust","description":"Start a simple HTTP server with rouille"},"warnings":[{"fix":"Consider using async frameworks like Actix Web or Axum for high concurrency","message":"Synchronous only; not suitable for high-concurrency workloads","severity":"gotcha","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'framework':7,9 'high':3 'high-level':2 'http':10 'idiomat':5 'level':4 'rouill':1 'synchron':11 'web':6,8","created_at":"2026-06-16T16:21:55.528028+00:00","updated_at":"2026-06-16T16:21:55.528028+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/tomaka/rouille","github":"https://github.com/tomaka/rouille","docs":"https://docs.rs/rouille/","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-16","next_check":"2026-12-13","install_tag":null}}