Skip to content

Commit e4ffd55

Browse files
committed
chore: add badges to readme
1 parent ab90e9d commit e4ffd55

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

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

3+
[![Crates.io](https://img.shields.io/crates/v/forte.svg)](https://crates.io/crates/forte)
4+
[![Docs](https://docs.rs/forte/badge.svg)](https://docs.rs/forte/latest/forte/)
5+
36
An async-compatible thread-pool aiming for "speed through simplicity".
47

58
Forte is a parallel & async work scheduler designed to accommodate very large workloads with many short-lived tasks. It replicates the `rayon_core` api but with native support for futures and async tasks.

0 commit comments

Comments
 (0)