{"id":13822602,"url":"https://github.com/smol-rs/async-fs","last_synced_at":"2025-04-14T06:53:38.092Z","repository":{"id":45841178,"uuid":"282640485","full_name":"smol-rs/async-fs","owner":"smol-rs","description":"Async filesystem primitives","archived":false,"fork":false,"pushed_at":"2025-01-19T15:51:42.000Z","size":95,"stargazers_count":133,"open_issues_count":6,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-07T01:06:51.764Z","etag":null,"topics":["async","rust"],"latest_commit_sha":null,"homepage":"","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/smol-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-26T11:59:54.000Z","updated_at":"2025-01-19T15:51:43.000Z","dependencies_parsed_at":"2023-01-31T05:45:36.788Z","dependency_job_id":"1d6fc604-5f8b-4528-9876-1cfed793ba77","html_url":"https://github.com/smol-rs/async-fs","commit_stats":{"total_commits":70,"total_committers":10,"mean_commits":7.0,"dds":0.6285714285714286,"last_synced_commit":"76d0d4281b08673cd3a0180611973a01072e1a65"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Fasync-fs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Fasync-fs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Fasync-fs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Fasync-fs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smol-rs","download_url":"https://codeload.github.com/smol-rs/async-fs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837281,"owners_count":21169374,"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":["async","rust"],"created_at":"2024-08-04T08:02:08.221Z","updated_at":"2025-04-14T06:53:38.055Z","avatar_url":"https://github.com/smol-rs.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# async-fs\n\n[![CI](https://github.com/smol-rs/async-fs/actions/workflows/ci.yml/badge.svg)](\nhttps://github.com/smol-rs/async-fs/actions/workflows/ci.yml)\n[![License](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](\nhttps://github.com/smol-rs/async-fs)\n[![Cargo](https://img.shields.io/crates/v/async-fs.svg)](\nhttps://crates.io/crates/async-fs)\n[![Documentation](https://docs.rs/async-fs/badge.svg)](\nhttps://docs.rs/async-fs)\n\nAsync filesystem primitives.\n\nThis crate is an async version of `std::fs`.\n\n## Implementation\n\nThis crate uses [`blocking`] to offload blocking I/O onto a thread pool.\n\n[`blocking`]: https://docs.rs/blocking\n\n## Examples\n\nCreate a new file and write some bytes to it:\n\n```rust\nuse async_fs::File;\nuse futures_lite::io::AsyncWriteExt;\n\nlet mut file = File::create(\"a.txt\").await?;\nfile.write_all(b\"Hello, world!\").await?;\nfile.flush().await?;\n```\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n#### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmol-rs%2Fasync-fs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmol-rs%2Fasync-fs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmol-rs%2Fasync-fs/lists"}