{"id":72501,"library":"futures-fs","title":"futures-fs","description":"A Futures implementation for File System operations, enabling async file I/O.","status":"active","version":"0.0.5","language":"rust","source_language":null,"source_url":"https://github.com/seanmonstar/futures-fs","tags":["futures","filesystem","async","io"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nfutures-fs = \"0.0.5\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add futures-fs","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"FsPool","correct":"use futures_fs::FsPool;"}],"quickstart":{"code":"use futures_fs::FsPool;\n\nfn main() {\n    let pool = FsPool::new(4);\n    println!(\"File system pool created\");\n}","lang":"rust","description":"Minimal usage of the futures-fs crate to create a file system pool."},"warnings":[{"fix":"Migrate to tokio::fs or async-std::fs for async file operations.","message":"Deprecated in favor of tokio::fs or async-std::fs; no longer actively maintained.","severity":"breaking","affected_versions":">=0.0.5"}],"env_vars":null,"search_vec":"'async':12,17 'enabl':11 'file':8,13 'filesystem':16 'fs':3 'futur':2,5,15 'futures-f':1 'i/o':14 'implement':6 'io':18 'oper':10 'system':9","created_at":"2026-06-17T18:39:44.376780+00:00","updated_at":"2026-06-17T18:39:44.376780+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/seanmonstar/futures-fs","github":"https://github.com/seanmonstar/futures-fs","docs":"https://docs.rs/futures-fs/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async","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}}