{"id":57331,"library":"rocket","title":"Rocket","description":"A web framework for Rust with a focus on usability, security, extensibility, and speed.","status":"active","version":"0.5.1","language":"rust","source_language":null,"source_url":"https://github.com/rwf2/Rocket","tags":["web","framework","async","nightly"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nrocket = \"0.5.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add rocket","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Rocket","correct":"use rocket::Rocket;"}],"quickstart":{"code":"#[macro_use] extern crate rocket;\n\n#[get(\"/\")]\nfn index() -> &'static str {\n    \"Hello, world!\"\n}\n\n#[launch]\nfn rocket() -> _ {\n    rocket::build().mount(\"/\", routes![index])\n}","lang":"rust","description":"A minimal Rocket web server with a single route."},"warnings":[{"fix":"Use `rustup default nightly` or set `RUSTUP_TOOLCHAIN=nightly`.","message":"Rocket requires nightly Rust for its proc-macro features.","severity":"gotcha","affected_versions":">=0.5.0"}],"env_vars":null,"search_vec":"'async':18 'extens':13 'focus':9 'framework':4,17 'night':19 'rocket':1 'rust':6 'secur':12 'speed':15 'usabl':11 'web':3,16","created_at":"2026-06-16T15:38:18.009576+00:00","updated_at":"2026-06-16T15:38:18.009576+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://rocket.rs","github":"https://github.com/rwf2/Rocket","docs":"https://docs.rs/rocket/","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}}