{"id":58611,"library":"trillium","title":"Trillium","description":"A modular toolkit for building async web applications in Rust.","status":"active","version":"1.3.0","language":"rust","source_language":null,"source_url":"https://github.com/trillium-rs/trillium","tags":["web","async","framework","modular","http"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntrillium = \"1.3.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add trillium","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"App","correct":"use trillium::App;"}],"quickstart":{"code":"use trillium::App;\n\nfn main() {\n    App::new()\n        .with(|conn: trillium::Conn| async move { conn.ok(\"Hello, world!\") })\n        .run();\n}","lang":"rust","description":"Creates a minimal Trillium web server that responds with 'Hello, world!'."},"warnings":[{"fix":"Add `trillium-smol` or `trillium-tokio` as a dependency and enable the corresponding feature.","message":"Requires an async runtime (e.g., Tokio or Smol) to be enabled via feature flags.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'applic':9 'async':7,13 'build':6 'framework':14 'http':16 'modular':3,15 'rust':11 'toolkit':4 'trillium':1 'web':8,12","created_at":"2026-06-16T16:32:18.282508+00:00","updated_at":"2026-06-16T16:32:18.282508+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/trillium-rs/trillium","github":"https://github.com/trillium-rs/trillium","docs":"https://docs.rs/trillium/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","async"],"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}}