{"id":65807,"library":"stl-io","title":"stl-io","description":"STL input and output for reading and writing STL (STereoLithography) files.","status":"active","version":"0.11.0","language":"rust","source_language":null,"source_url":"https://github.com/hmeyer/stl_io","tags":["stl","3d","mesh","io"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nstl_io = \"0.11.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add stl_io","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"read_stl","correct":"use stl_io::read_stl;"}],"quickstart":{"code":"use stl_io::read_stl;\n\nfn main() {\n    let mut file = std::fs::File::open(\"model.stl\").unwrap();\n    let mesh = read_stl(&mut file).unwrap();\n    println!(\"Vertices: {}\", mesh.vertices.len());\n}","lang":"rust","description":"Reads an STL file and prints the number of vertices."},"warnings":[],"env_vars":null,"search_vec":"'3d':16 'file':14 'input':5 'io':3,18 'mesh':17 'output':7 'read':9 'stereolithographi':13 'stl':2,4,12,15 'stl-io':1 'write':11","created_at":"2026-06-17T17:15:24.568295+00:00","updated_at":"2026-06-17T17:15:24.568295+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/hmeyer/stl_io","github":"https://github.com/hmeyer/stl_io","docs":"https://docs.rs/stl_io/","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}}