{"id":74997,"library":"iceoryx2-bb-posix","title":"Iceoryx2 BB POSIX","description":"High level safe abstractions for low level unsafe POSIX constructs in the iceoryx2 ecosystem.","status":"active","version":"0.8.1","language":"rust","source_language":null,"source_url":"https://github.com/eclipse-iceoryx/iceoryx2","tags":["iceoryx2","posix","abstraction","safe","system"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\niceoryx2-bb-posix = \"0.8.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add iceoryx2-bb-posix","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"PthreadBuilder","correct":"use iceoryx2_bb_posix::posix::PthreadBuilder;"}],"quickstart":{"code":"use iceoryx2_bb_posix::posix::PthreadBuilder;\n\nfn main() {\n    let thread = PthreadBuilder::new()\n        .name(\"worker\")\n        .create(|| println!(\"Hello from POSIX thread\"))\n        .unwrap();\n    thread.join().unwrap();\n}","lang":"rust","description":"Creates a POSIX thread using safe abstractions."},"warnings":[{"fix":"Pin to a specific version and monitor upstream changes","message":"Internal crate, API may change without notice","severity":"breaking","affected_versions":">=0.8.0"}],"env_vars":null,"search_vec":"'abstract':7,20 'bb':2 'construct':13 'ecosystem':17 'high':4 'iceoryx2':1,16,18 'level':5,10 'low':9 'posix':3,12,19 'safe':6,21 'system':22 'unsaf':11","created_at":"2026-06-17T19:11:05.361210+00:00","updated_at":"2026-06-17T19:11:05.361210+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://iceoryx.io","github":"https://github.com/eclipse-iceoryx/iceoryx2","docs":"https://docs.rs/iceoryx2-bb-posix/","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-17","next_check":"2026-12-14","install_tag":null}}