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
- Host: GitHub
- URL: https://github.com/anonrig/url
- Owner: anonrig
- License: mit
- Created: 2022-02-05T23:42:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T23:49:50.000Z (about 4 years ago)
- Last Synced: 2025-04-15T12:52:35.259Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 207 KB
- Stars: 28
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```