Skip to content

Commit b51dc3d

Browse files
authored
Merge pull request RustPython#1522 from RustPython/add-badges
Add some extra badges with links to readme.
2 parents 67f005e + 7d18ac2 commit b51dc3d

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
@@ -11,6 +11,9 @@ A Python-3 (CPython >= 3.5.0) Interpreter written in Rust :snake: :scream:
1111
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
1212
[![Contributors](https://img.shields.io/github/contributors/RustPython/RustPython.svg)](https://github.com/RustPython/RustPython/graphs/contributors)
1313
[![Gitter](https://badges.gitter.im/RustPython/Lobby.svg)](https://gitter.im/rustpython/Lobby)
14+
[![docs.rs](https://docs.rs/rustpython/badge.svg)](https://docs.rs/rustpython/)
15+
[![Crates.io](https://img.shields.io/crates/v/rustpython)](https://crates.io/crates/rustpython)
16+
[![dependency status](https://deps.rs/crate/rustpython/0.1.1/status.svg)](https://deps.rs/crate/rustpython/0.1.1)
1417

1518
## Usage
1619

0 commit comments

Comments
 (0)