{"id":57873,"library":"bit-set","title":"Bit Set","description":"A set of bits implemented as a bit vector for efficient boolean operations.","status":"active","version":"0.10.0","language":"rust","source_language":null,"source_url":"https://github.com/contain-rs/bit-set","tags":["bitset","data-structures","no-std"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nbit-set = \"0.10.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add bit-set","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"BitSet","correct":"use bit_set::BitSet;"}],"quickstart":{"code":"use bit_set::BitSet;\n\nfn main() {\n    let mut set = BitSet::new();\n    set.insert(1);\n    set.insert(3);\n    assert!(set.contains(1));\n}","lang":"rust","description":"Creates a bitset, inserts elements, and checks membership."},"warnings":[],"env_vars":null,"search_vec":"'bit':1,6,10 'bitset':16 'boolean':14 'data':18 'data-structur':17 'effici':13 'implement':7 'no-std':20 'oper':15 'set':2,4 'std':22 'structur':19 'vector':11","created_at":"2026-06-16T16:03:15.588046+00:00","updated_at":"2026-06-16T16:03:15.588046+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/contain-rs/bit-set","github":"https://github.com/contain-rs/bit-set","docs":"https://docs.rs/bit-set/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"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}}