1
- # async-macros
1
+ # async-attributes
2
2
[ ![ crates.io version] [ 1 ]] [ 2 ] [ ![ build status] [ 3 ]] [ 4 ]
3
3
[ ![ downloads] [ 5 ]] [ 6 ] [ ![ docs.rs docs] [ 7 ]] [ 8 ]
4
4
@@ -51,7 +51,7 @@ everyone.
51
51
## Installation
52
52
53
53
``` sh
54
- $ cargo add async-macros
54
+ $ cargo add async-attributes
55
55
```
56
56
57
57
## Safety
@@ -76,16 +76,16 @@ look at some of these issues:
76
76
## License
77
77
[ MIT] ( ./LICENSE-MIT ) OR [ Apache-2.0] ( ./LICENSE-APACHE )
78
78
79
- [ 1 ] : https://img.shields.io/crates/v/async-macros .svg?style=flat-square
80
- [ 2 ] : https://crates.io/crates/async-macros
81
- [ 3 ] : https://img.shields.io/travis/ async-rs/async-macros/master .svg?style=flat-square
82
- [ 4 ] : https://travis-ci.org /async-rs/async-macros
83
- [ 5 ] : https://img.shields.io/crates/d/async-macros .svg?style=flat-square
84
- [ 6 ] : https://crates.io/crates/async-macros
79
+ [ 1 ] : https://img.shields.io/crates/v/async-attributes .svg?style=flat-square
80
+ [ 2 ] : https://crates.io/crates/async-attributes
81
+ [ 3 ] : https://travis-ci.com/ async-rs/async-attributes .svg?branch=master
82
+ [ 4 ] : https://travis-ci.com /async-rs/async-attributes
83
+ [ 5 ] : https://img.shields.io/crates/d/async-attributes .svg?style=flat-square
84
+ [ 6 ] : https://crates.io/crates/async-attributes
85
85
[ 7 ] : https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square
86
- [ 8 ] : https://docs.rs/async-macros
86
+ [ 8 ] : https://docs.rs/async-attributes
87
87
88
- [ releases ] : https://github.com/async-rs/async-macros /releases
89
- [ contributing ] : https://github.com/async-rs/async-macros /blob/master.github/CONTRIBUTING.md
90
- [ good-first-issue ] : https://github.com/async-rs/async-macros /labels/good%20first%20issue
91
- [ help-wanted ] : https://github.com/async-rs/async-macros /labels/help%20wanted
88
+ [ releases ] : https://github.com/async-rs/async-attributes /releases
89
+ [ contributing ] : https://github.com/async-rs/async-attributes /blob/master.github/CONTRIBUTING.md
90
+ [ good-first-issue ] : https://github.com/async-rs/async-attributes /labels/good%20first%20issue
91
+ [ help-wanted ] : https://github.com/async-rs/async-attributes /labels/help%20wanted
0 commit comments