url-build-parse

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

https://github.com/bohdaq/url-build-parse

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

parser rust url
Last synced: 4 months ago · JSON representation ·

Repository

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

Basic Info
  • Host: GitHub
  • Owner: bohdaq
  • License: other
  • Language: Rust
  • Default Branch: main
  • Homepage:
  • Size: 61.5 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 6
Topics
parser rust url
Created over 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme Contributing License Citation

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

  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.

Owner

  • Name: Bohdan Tsap
  • Login: bohdaq
  • Kind: user

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

All Time
  • Total Commits: 71
  • Total Committers: 1
  • Avg Commits per committer: 71.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 71
  • Committers: 1
  • Avg Commits per committer: 71.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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.

  • Versions: 8
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 18,481 Total
Rankings
Dependent packages count: 12.2%
Dependent repos count: 16.7%
Average: 32.6%
Downloads: 37.6%
Forks count: 40.6%
Stargazers count: 56.0%
Maintainers (1)
Last synced: 4 months ago

Dependencies

Cargo.toml cargo