Skip to content

Commit b3ecadf

Browse files
JonathanWoollett-Lightalexandruag
authored andcommitted
Added shield links to crates.io and docs.rs
Signed-off-by: Jonathan Woollett-Light <[email protected]>
1 parent f61e57f commit b3ecadf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# event-manager
22

3+
[![crates.io](https://img.shields.io/crates/v/event-manager)](https://crates.io/crates/event-manager)
4+
[![docs.rs](https://img.shields.io/docsrs/event-manager)](https://docs.rs/event-manager/)
5+
36
The `event-manager` provides abstractions for implementing event based
47
systems. For now, this crate only works on Linux and uses the
58
[epoll](http://man7.org/linux/man-pages/man7/epoll.7.html) API to provide a

0 commit comments

Comments
 (0)