url-build-parse
`url-build-parse` provides the ability to parse URL from string as well as construct URL from parts.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.1%) to scientific vocabulary
Keywords
Repository
`url-build-parse` provides the ability to parse URL from string as well as construct URL from parts.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 6
Topics
Metadata Files
README.md
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): - ftp://ftp.is.co.za/rfc/rfc1808.txt - http://www.ietf.org/rfc/rfc2396.txt - ldap://[2001:db8::7]/c=GB?objectClass?one - mailto:John.Doe@example.com - news:comp.infosystems.www.servers.unix - tel:+1-816-555-1212 - telnet://192.0.2.16:80/ - urn:oasis:names:specification:docbook:dtd:xml:4.1.2
Features
- Convert given string into a UrlComponents struct
- 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.
Owner
- Name: Bohdan Tsap
- Login: bohdaq
- Kind: user
- Twitter: R3D04195791
- Repositories: 74
- Profile: https://github.com/bohdaq
Citation (Citation.cff)
cff-version: 0.0.1
message: "If you use this software, please cite it as below."
authors:
- family-names: Tsap
given-names: Bohdan
orcid: https://orcid.org/0000-0002-5221-5607
email: bohdan.tsap@tutanota.com
title: "url-build-parse"
version: 11.0.0
doi: 10.5281/zenodo.7930547
date-released: 2023-05-12
url: "https://github.com/bohdaq/url-build-parse"
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Bohdan Tsap | b****p@t****m | 71 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 5 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cargo 18,481 total
- Total dependent packages: 2
- Total dependent repositories: 1
- Total versions: 8
- Total maintainers: 1
crates.io: url-build-parse
url-build-parse provides the ability to parse URL from string as well as construct URL from parts.
- Homepage: https://github.com/bohdaq/url-build-parse
- Documentation: https://docs.rs/url-build-parse/
- License: MIT OR Apache-2.0 OR ISC OR LGPL-3.0-or-later OR CC-BY-4.0
-
Latest release: 12.1.0
published over 2 years ago