async-rs/async-macros
{ "createdAt": "2019-09-10T23:44:37Z", "defaultBranch": "master", "description": "Macros for async-std.", "fullName": "async-rs/async-macros", "homepage": "https://docs.rs/async-macros", "language": "Rust", "name": "async-macros", "pushedAt": "2019-11-15T13:49:30Z", "stargazersCount": 38, "topics": [], "updatedAt": "2025-02-07T10:37:45Z", "url": "https://github.com/async-rs/async-macros"}async-macros
Section titled “async-macros”[![crates.io version][1]][2] [![build status][3]][4] [![downloads][5]][6] [![docs.rs docs][7]][8]
Macros for async-std.
- [Documentation][8]
- [Crates.io][2]
- [Releases][releases]
Installation
Section titled “Installation”$ cargo add async-macrosSafety
Section titled “Safety”This crate uses unsafe for pin projections.
Contributing
Section titled “Contributing”Want to join us? Check out our [“Contributing” guide][contributing] and take a look at some of these issues:
- [Issues labeled “good first issue”][good-first-issue]
- [Issues labeled “help wanted”][help-wanted]
References
Section titled “References”- https://github.com/rust-lang-nursery/futures-rs - the
join+try_joinmacros are direct ports of the oldmacro_rulesimpls fromfutures-rs.
License
Section titled “License”[MIT]!(./LICENSE-MIT) OR [Apache-2.0]!(./LICENSE-APACHE)
[1] !: https://img.shields.io/crates/v/async-macros.svg?style=flat-square [2] !: https://crates.io/crates/async-macros [3] !: https://travis-ci.com/async-rs/async-macros.svg?branch=master [4] !: https://travis-ci.com/async-rs/async-macros [5] !: https://img.shields.io/crates/d/async-macros.svg?style=flat-square [6] !: https://crates.io/crates/async-macros [7] !: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square [8] !: https://docs.rs/async-macros
[releases] !: https://github.com/async-rs/async-macros/releases [contributing] !: https://github.com/async-rs/async-macros/blob/master.github/CONTRIBUTING.md [good-first-issue] !: https://github.com/async-rs/async-macros/labels/good%20first%20issue [help-wanted] !: https://github.com/async-rs/async-macros/labels/help%20wanted