An open API service indexing awesome lists of open source software.

https://github.com/anonrig/url

Spec compliant URL state machine for Rust
https://github.com/anonrig/url

Last synced: about 1 year ago
JSON representation

Spec compliant URL state machine for Rust

Awesome Lists containing this project

README

          

## URL parser for Rust

### Test

Running test requires nighlty Rust (Install using: `rustup install nightly`)

```bash
cargo +nightly test
```