{"id":75026,"library":"reinterpret","title":"Reinterpret","description":"Low level utility functions to reinterpret arrays of data as different types.","status":"active","version":"0.2.1","language":"rust","source_language":null,"source_url":"https://github.com/elrnv/reinterpret","tags":["low-level","memory","reinterpret","utility"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nreinterpret = \"0.2.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add reinterpret","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"reinterpret","correct":"use reinterpret::reinterpret;"}],"quickstart":{"code":"use reinterpret::reinterpret;\n\nlet bytes: &[u8] = &[0x01, 0x02, 0x03, 0x04];\nlet ints: &[u32] = reinterpret(bytes);\nprintln!(\"{:?}\", ints);","lang":"rust","description":"Reinterpret a byte slice as a u32 slice."},"warnings":[],"env_vars":null,"search_vec":"'array':8 'data':10 'differ':12 'function':5 'level':3,16 'low':2,15 'low-level':14 'memori':17 'reinterpret':1,7,18 'type':13 'util':4,19","created_at":"2026-06-17T19:11:29.256280+00:00","updated_at":"2026-06-17T19:11:29.256280+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/elrnv/reinterpret","github":"https://github.com/elrnv/reinterpret","docs":"https://docs.rs/reinterpret/","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-17","next_check":"2026-12-14","install_tag":null}}