{"id":16848404,"url":"https://github.com/seanmonstar/futures-fs","last_synced_at":"2025-05-10T20:33:30.512Z","repository":{"id":57632605,"uuid":"83079609","full_name":"seanmonstar/futures-fs","owner":"seanmonstar","description":"Access File System operations off-thread, using a Futures.","archived":false,"fork":false,"pushed_at":"2019-02-26T11:34:26.000Z","size":34,"stargazers_count":69,"open_issues_count":7,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-09T17:05:17.086Z","etag":null,"topics":["futures","rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/futures-fs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seanmonstar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-24T20:22:32.000Z","updated_at":"2024-11-20T13:55:37.000Z","dependencies_parsed_at":"2022-08-31T13:20:47.064Z","dependency_job_id":null,"html_url":"https://github.com/seanmonstar/futures-fs","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanmonstar%2Ffutures-fs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanmonstar%2Ffutures-fs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanmonstar%2Ffutures-fs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanmonstar%2Ffutures-fs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seanmonstar","download_url":"https://codeload.github.com/seanmonstar/futures-fs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253292124,"owners_count":21885037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["futures","rust"],"created_at":"2024-10-13T13:11:12.290Z","updated_at":"2025-05-09T17:05:27.412Z","avatar_url":"https://github.com/seanmonstar.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# futures-fs\n\n[![Travis Build Status](https://travis-ci.org/seanmonstar/futures-fs.svg?branch=master)](https://travis-ci.org/seanmonstar/futures-fs)\n[![crates.io](https://img.shields.io/crates/v/futures-fs.svg)](https://crates.io/crates/futures-fs)\n[![docs.rs](https://docs.rs/futures-fs/badge.svg)](https://docs.rs/futures-fs)\n\nAccess File System operations off-thread, using `Future`s and `Stream`s.\n\n## Usage\n\n```rust\nlet fs = FsPool::default();\n\n// our source file\nlet read = fs.read(\"/home/sean/foo.txt\", Default::default());\n\n// default writes options to create a new file\nlet write = fs.write(\"/home/sean/out.txt\", Default::default());\n\n// block this thread!\n// the reading and writing however will happen off-thread\nread.forward(write).wait()\n    .expect(\"IO error piping foo.txt to out.txt\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanmonstar%2Ffutures-fs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseanmonstar%2Ffutures-fs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanmonstar%2Ffutures-fs/lists"}