{"id":13672537,"url":"https://github.com/smol-rs/futures-lite","last_synced_at":"2025-05-13T23:09:42.986Z","repository":{"id":36958480,"uuid":"274204350","full_name":"smol-rs/futures-lite","owner":"smol-rs","description":"Futures, streams, and async I/O combinators.","archived":false,"fork":false,"pushed_at":"2025-02-16T18:27:06.000Z","size":217,"stargazers_count":502,"open_issues_count":14,"forks_count":30,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-08T00:08:53.206Z","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-06-22T17:42:59.000Z","updated_at":"2025-05-06T20:01:13.000Z","dependencies_parsed_at":"2023-01-17T08:31:57.046Z","dependency_job_id":"dee767ff-b04d-4a43-bb2e-b11791654b64","html_url":"https://github.com/smol-rs/futures-lite","commit_stats":{"total_commits":186,"total_committers":22,"mean_commits":8.454545454545455,"dds":0.478494623655914,"last_synced_commit":"b93376f46413b78b94d90aa86278f46c4aafe1fb"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Ffutures-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Ffutures-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Ffutures-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Ffutures-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smol-rs","download_url":"https://codeload.github.com/smol-rs/futures-lite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253837406,"owners_count":21971983,"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-02T09:01:38.545Z","updated_at":"2025-05-13T23:09:37.973Z","avatar_url":"https://github.com/smol-rs.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# futures-lite\n\n[![Build](https://github.com/smol-rs/futures-lite/workflows/Build%20and%20test/badge.svg)](\nhttps://github.com/smol-rs/futures-lite/actions)\n[![License](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](\nhttps://github.com/smol-rs/futures-lite)\n[![Cargo](https://img.shields.io/crates/v/futures-lite.svg)](\nhttps://crates.io/crates/futures-lite)\n[![Documentation](https://docs.rs/futures-lite/badge.svg)](\nhttps://docs.rs/futures-lite)\n\nA lightweight async prelude.\n\nThis crate is a subset of [futures] that compiles an order of magnitude faster, fixes minor\nwarts in its API, fills in some obvious gaps, and removes almost all unsafe code from it.\n\nIn short, this crate aims to be more enjoyable than [futures] but still fully compatible with\nit.\n\nThe API for this crate is intentionally constrained. Please consult the \n[features list] for APIs that are occluded from this crate.\n\n[futures]: https://docs.rs/futures\n[features list]: https://github.com/smol-rs/futures-lite/blob/master/FEATURES.md\n\n## Examples\n\n```rust\nuse futures_lite::future;\n\nfn main() {\n    future::block_on(async {\n        println!(\"Hello world!\");\n    })\n}\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%2Ffutures-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmol-rs%2Ffutures-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmol-rs%2Ffutures-lite/lists"}