Skip to content

Commit 4414c41

Browse files
committed
update(rust): add badges in cargo readme
1 parent bf08e30 commit 4414c41

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
# faup-rs: Fast URL Parser for Rust
44

5+
[![Crates.io Version](https://img.shields.io/crates/v/faup-rs?style=for-the-badge&color=orange)](https://crates.io/crates/faup-rs)
6+
[![docs.rs](https://img.shields.io/docsrs/faup-rs?style=for-the-badge&logo=docs.rs&color=blue)](https://docs.rs/faup-rs)
7+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ail-project/faup-rs/rust.yml?style=for-the-badge)
8+
59
A high-performance, zero-allocation URL parser for Rust that handles:
610
- Hostnames (with subdomains, custom TLDs, and IDNs)
711
- IPv4/IPv6 addresses

faup/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
//! # faup-rs: Fast URL Parser for Rust
22
//!
3+
//! [![Crates.io Version](https://img.shields.io/crates/v/faup-rs?style=for-the-badge&color=orange)](https://crates.io/crates/faup-rs)
4+
//! [![docs.rs](https://img.shields.io/docsrs/faup-rs?style=for-the-badge&logo=docs.rs&color=blue)](https://docs.rs/faup-rs)
5+
//! ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ail-project/faup-rs/rust.yml?style=for-the-badge)
6+
//!
37
//! A high-performance, zero-allocation URL parser for Rust that handles:
48
//! - Hostnames (with subdomains, custom TLDs, and IDNs)
59
//! - IPv4/IPv6 addresses

0 commit comments

Comments
 (0)