File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 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+
59A high-performance, zero-allocation URL parser for Rust that handles:
610- Hostnames (with subdomains, custom TLDs, and IDNs)
711- IPv4/IPv6 addresses
Original file line number Diff line number Diff line change 11//! # faup-rs: Fast URL Parser for Rust
22//!
3+ //! [](https://crates.io/crates/faup-rs)
4+ //! [](https://docs.rs/faup-rs)
5+ //! 
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
You can’t perform that action at this time.
0 commit comments