[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-5646":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":24,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},5646,"futures-rs","rust-lang\u002Ffutures-rs","rust-lang","Zero-cost asynchronous programming in Rust","https:\u002F\u002Frust-lang.github.io\u002Ffutures-rs\u002F",null,"Rust",5868,688,93,209,0,5,19,3,39.51,"Apache License 2.0",false,"master",true,[26],"async-foundations","2026-06-12 02:01:13","\u003Cp align=\"center\">\n  \u003Cimg alt=\"futures-rs\" src=\"https:\u002F\u002Fraw.githubusercontent.com\u002Frust-lang\u002Ffutures-rs\u002Fgh-pages\u002Fassets\u002Fimages\u002Ffutures-rs-logo.svg?sanitize=true\" width=\"400\">\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  Zero-cost asynchronous programming in Rust\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frust-lang\u002Ffutures-rs\u002Factions?query=branch%3Amaster\">\n    \u003Cimg alt=\"Build Status\" src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Factions\u002Fworkflow\u002Fstatus\u002Frust-lang\u002Ffutures-rs\u002Fci.yml?branch=master\">\n  \u003C\u002Fa>\n\n  \u003Ca href=\"https:\u002F\u002Fcrates.io\u002Fcrates\u002Ffutures\">\n    \u003Cimg alt=\"crates.io\" src=\"https:\u002F\u002Fimg.shields.io\u002Fcrates\u002Fv\u002Ffutures.svg\">\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fdocs.rs\u002Ffutures\">\n    Documentation\n  \u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Frust-lang.github.io\u002Ffutures-rs\u002F\">\n    Website\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\n`futures-rs` is a library providing the foundations for asynchronous programming in Rust.\nIt includes key trait definitions like `Stream`, as well as utilities like `join!`,\n`select!`, and various futures combinator methods which enable expressive asynchronous\ncontrol flow.\n\n## Usage\n\nAdd this to your `Cargo.toml`:\n\n```toml\n[dependencies]\nfutures = \"0.3\"\n```\n\nThe current `futures` requires Rust 1.71 or later.\n\n### Feature `std`\n\nFutures-rs works without the standard library, such as in bare metal environments.\nHowever, it has a significantly reduced API surface. To use futures-rs in\na `#[no_std]` environment, use:\n\n```toml\n[dependencies]\nfutures = { version = \"0.3\", default-features = false }\n```\n\n## License\n\nLicensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or\n[MIT license](LICENSE-MIT) at your option.\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\nbe dual licensed as above, without any additional terms or conditions.\n","`futures-rs` 是一个为 Rust 语言提供零成本异步编程基础的库。它定义了诸如 `Stream` 的关键 trait，以及 `join!`、`select!` 等实用工具和多种 futures 组合方法，使得异步控制流更加直观易用。该项目支持无标准库环境下的使用，适用于需要高性能且资源受限场景的应用开发，如嵌入式系统或服务器端应用。",2,"2026-06-11 03:04:30","top_language"]