Skip to content

Commit a2ecfd5

Browse files
committed
Merge pull request #4 from fitzgen/expand-readme-usage
Expand the README's usage section
2 parents ce8b80c + fbfa124 commit a2ecfd5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ with the rest of your dependencies:
2222
void = "*"
2323
```
2424

25+
Then, use `Void` in your crate:
26+
27+
```rust
28+
extern crate void;
29+
use void::Void;
30+
```
31+
2532
## Author
2633

2734
[Jonathan Reem](https://medium.com/@jreem) is the primary author and maintainer of void.

0 commit comments

Comments
 (0)