url-build-parse

Crates.iourl-build-parse
lib.rsurl-build-parse
version12.1.0
sourcesrc
created_at2022-09-16 23:16:26.504511
updated_at2023-05-26 21:37:26.404354
descriptionurl-build-parse provides the ability to parse URL from string as well as construct URL from parts.
homepagehttps://github.com/bohdaq/url-build-parse
repositoryhttps://github.com/bohdaq/url-build-parse
max_upload_size
id667978
size89,618
Bohdan Tsap (bohdaq)

documentation

README

Welcome to url-build-parse!

url-build-parse provides the ability to parse URL from string as well as construct URL from parts.

See URL on Wikipedia and RFC 3986 for more information.

Some supported URLs as an example (but not limited to):

Features

  1. Convert given string into a UrlComponents struct

  2. Convert given UrlComponents struct into a URL string

Configuration

No additional configuration required.

Demo

Tests are available in the repository.

Documentation

Public functions definitions and usage can be found at git repository.

Build

If you want to build url-build-parse on your own, make sure you have Rust installed.

$ cargo build

Test

If you want to test url-build-parse.

$ cargo test

Community

Contact me on Discord where you can ask questions and share ideas. Follow the Rust code of conduct.

Donations

If you appreciate my work and want to support it, feel free to do it via PayPal.

Commit count: 73

cargo fmt