{"id":58700,"library":"hecs","title":"Hecs","description":"A fast, minimal, and ergonomic entity-component-system library","status":"active","version":"0.11.0","language":"rust","source_language":null,"source_url":"https://github.com/Ralith/hecs","tags":["ecs","entity","component","system"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhecs = \"0.11.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add hecs","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"World","correct":"use hecs::World;"}],"quickstart":{"code":"use hecs::World;\n\nstruct Position(f32, f32);\n\nfn main() {\n    let mut world = World::new();\n    let entity = world.spawn((Position(0.0, 0.0),));\n    println!(\"Entity {:?} spawned\", entity);\n}","lang":"rust","description":"Create a world and spawn an entity with a component"},"warnings":[],"env_vars":null,"search_vec":"'compon':9,14 'ec':12 'entiti':8,13 'entity-component-system':7 'ergonom':6 'fast':3 'hec':1 'librari':11 'minim':4 'system':10,15","created_at":"2026-06-16T16:35:05.736512+00:00","updated_at":"2026-06-16T16:35:05.736512+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/Ralith/hecs","github":"https://github.com/Ralith/hecs","docs":"https://docs.rs/hecs/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"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}}