| Crates.io | uri_parser_gdv |
| lib.rs | uri_parser_gdv |
| version | 0.1.5 |
| created_at | 2024-11-13 18:08:27.561714+00 |
| updated_at | 2024-11-19 23:30:37.970106+00 |
| description | URI Parser is a pest-based parser that breaks URIs into structured components. |
| homepage | https://github.com/greedy-dev/uri_parser_gdv |
| repository | https://github.com/greedy-dev/uri_parser_gdv |
| max_upload_size | |
| id | 1446898 |
| size | 24,430 |
Crates.io: https://crates.io/crates/uri_parser_gdv/
URI Parser is a pest-based parser that breaks URIs into structured components

The following components are supported:
uri_parser_gdv parse <URI>
about Print author's details
-h, --help Print help
-V, --version Print version
uri_parser_gdv parse wss://user:pass@greedydev.io:1234/hello/world?msg=message&type=2
scheme: wss
authority:
- username: user
- password: pass
domain: greedydev.io
port: 1234
path: /hello/world
query:
- msg: message
- type: 2