Skip to content

Commit 5975d2f

Browse files
committed
badges
1 parent 305d39e commit 5975d2f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Cano: Simple & Fast Async Workflows in Rust 🚀
22

3+
[![Crates.io](https://img.shields.io/crates/v/cano.svg)](https://crates.io/crates/cano)
4+
[![Documentation](https://docs.rs/cano/badge.svg)](https://docs.rs/cano)
5+
[![Downloads](https://img.shields.io/crates/d/cano.svg)](https://crates.io/crates/cano)
6+
[![License](https://img.shields.io/crates/l/cano.svg)](https://github.com/nassor/cano/blob/main/LICENSE)
7+
[![CI](https://github.com/nassor/cano/workflows/CI/badge.svg)](https://github.com/nassor/cano/actions)
8+
39
**Build powerful data processing pipelines with minimal code.**
410

511
Cano is an async workflow engine that makes complex data processing simple. Whether you need to process one item or millions, Cano provides a clean API with minimal overhead for maximum performance.

0 commit comments

Comments
 (0)