Skip to content

Commit 95dd9c3

Browse files
authored
docs: 📝 add badge links for downloads and MSRV in docs.rs (#151)
Signed-off-by: Onuralp SEZER <onuralp@ultralytics.com>
1 parent d8e4e1f commit 95dd9c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎src/lib.rs‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
//!
88
//! [![crates.io](https://img.shields.io/crates/v/ultralytics-inference.svg)](https://crates.io/crates/ultralytics-inference)
99
//! [![docs.rs](https://docs.rs/ultralytics-inference/badge.svg)](https://docs.rs/ultralytics-inference)
10+
//! [![Downloads](https://img.shields.io/crates/d/ultralytics-inference?logo=rust&logoColor=white&label=downloads&color=CE422B)](https://crates.io/crates/ultralytics-inference)
1011
//! [![License](https://img.shields.io/crates/l/ultralytics-inference.svg)](https://github.com/ultralytics/inference/blob/main/LICENSE)
12+
//! [![MSRV](https://img.shields.io/crates/msrv/ultralytics-inference?logo=rust&logoColor=white&color=CE422B)](https://crates.io/crates/ultralytics-inference)
1113
//!
1214
//! High-performance YOLO model inference library written in Rust, providing a safe
1315
//! and efficient interface for running [Ultralytics](https://ultralytics.com) YOLO

0 commit comments

Comments
 (0)