Skip to content

Commit 5d1b9bd

Browse files
committed
readme
1 parent 7f29ff5 commit 5d1b9bd

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ repository = "https://github.com/ngg/futures-await-test"
1010
homepage = "https://github.com/ngg/futures-await-test"
1111
description = """
1212
Async test support for Rust through a procedural macro. This crate defines the
13-
`#[async_test]` attribute for functions to make writing tests that use async/await easier.
13+
`#[async_test]` attribute to make writing tests that use async/await easier.
1414
"""
1515

16+
[badges]
17+
travis-ci = { repository = "ngg/futures-await-test" }
18+
1619
[lib]
1720
proc-macro = true
1821

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
# futures-await-test
1+
# futures-await-test
2+
3+
Async test support for Rust through a procedural macro. This crate defines the `#[async_test]` attribute to make writing tests that use async/await easier.
4+
5+
See the [tests](tests/test.rs) for examples.

0 commit comments

Comments
 (0)