Skip to content

Commit 281fd5b

Browse files
committed
feat: add download badges to README
- Add PyPI downloads badge to show monthly download statistics - Add Crates.io downloads badge to display Rust crate downloads
1 parent 9ae99d5 commit 281fd5b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
[![PyPI](https://img.shields.io/pypi/v/vectorless.svg)](https://pypi.org/project/vectorless/)
66
[![Python](https://img.shields.io/pypi/pyversions/vectorless.svg)](https://pypi.org/project/vectorless/)
7+
[![PyPI Downloads](https://static.pepy.tech/badge/vectorless/month)](https://pepy.tech/projects/vectorless)
78
[![Crates.io](https://img.shields.io/crates/v/vectorless.svg)](https://crates.io/crates/vectorless)
9+
[![Crates.io Downloads](https://img.shields.io/crates/d/vectorless.svg)](https://crates.io/crates/vectorless)
810
[![Docs](https://docs.rs/vectorless/badge.svg)](https://docs.rs/vectorless)
911
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)
1012
[![Rust](https://img.shields.io/badge/rust-1.85%2B-orange.svg)](https://www.rust-lang.org/)

0 commit comments

Comments
 (0)