{"id":57943,"library":"procfs","title":"Procfs","description":"Interface to the linux procfs pseudo-filesystem","status":"active","version":"0.18.0","language":"rust","source_language":null,"source_url":"https://github.com/eminence/procfs","tags":["linux","procfs","system","process","filesystem"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nprocfs = \"0.18.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add procfs","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Process","correct":"use procfs::Process;"}],"quickstart":{"code":"use procfs::Process;\n\nfn main() {\n    let me = Process::myself().unwrap();\n    println!(\"PID: {}\", me.pid);\n}","lang":"rust","description":"Gets information about the current process from /proc."},"warnings":[{"fix":"Use conditional compilation or platform-specific code for other OSes","message":"Only works on Linux systems","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'filesystem':9,14 'interfac':2 'linux':5,10 'process':13 'procf':1,6,11 'pseudo':8 'pseudo-filesystem':7 'system':12","created_at":"2026-06-16T16:05:45.191025+00:00","updated_at":"2026-06-16T16:05:45.191025+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/eminence/procfs","github":"https://github.com/eminence/procfs","docs":"https://docs.rs/procfs/","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}}