{"id":60061,"library":"faccess","title":"Faccess","description":"Simple file accessibility checks for Rust, providing cross-platform permission testing.","status":"active","version":"0.2.4","language":"rust","source_language":null,"source_url":"https://github.com/Freaky/faccess","tags":["file","access","permissions","cross-platform"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nfaccess = \"0.2.4\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add faccess","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"access","correct":"use faccess::access;"}],"quickstart":{"code":"use faccess::access;\n\nfn main() {\n    match access(\"/etc/passwd\", faccess::R_OK) {\n        Ok(true) => println!(\"File is readable\"),\n        Ok(false) => println!(\"File is not readable\"),\n        Err(e) => eprintln!(\"Error: {}\", e),\n    }\n}","lang":"rust","description":"Check if a file is readable using faccess."},"warnings":[],"env_vars":null,"search_vec":"'access':4,15 'check':5 'cross':10,18 'cross-platform':9,17 'faccess':1 'file':3,14 'permiss':12,16 'platform':11,19 'provid':8 'rust':7 'simpl':2 'test':13","created_at":"2026-06-16T17:26:00.818075+00:00","updated_at":"2026-06-16T17:26:00.818075+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/Freaky/faccess","github":"https://github.com/Freaky/faccess","docs":"https://docs.rs/faccess/","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}}