Skip to content

Commit b1596a3

Browse files
committed
Fix position of badges in README
1 parent b76f1e7 commit b1596a3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
An efficient async condition variable for lock-free algorithms, a.k.a.
44
"eventcount".
55

6+
[![Cargo](https://img.shields.io/crates/v/async-event.svg)](https://crates.io/crates/async-event)
7+
[![Documentation](https://docs.rs/async-event/badge.svg)](https://docs.rs/async-event)
68
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](https://github.com/asynchronics/async-event#license)
79

8-
910
## Overview
1011

1112
[Eventcount][eventcount]-like primitives are useful to make some operations on a
@@ -29,10 +30,6 @@ This library is an offshoot of [Asynchronix][asynchronix], an ongoing effort at
2930
a high performance asynchronous computation framework for system simulation. It
3031
is also used in the [Tachyonix][tachyonix] MPSC channel.
3132

32-
[![Cargo](https://img.shields.io/crates/v/async-event.svg)](https://crates.io/crates/async-event)
33-
[![Documentation](https://docs.rs/async-event/badge.svg)](https://docs.rs/async-event)
34-
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](https://github.com/asynchronics/async-event#license)
35-
3633
[event_listener]: https://docs.rs/event_listener/latest/event_listener/
3734
[eventcount]: https://www.1024cores.net/home/lock-free-algorithms/eventcounts
3835
[diatomic-waker]: https://github.com/asynchronics/diatomic-waker

0 commit comments

Comments
 (0)