base_url 1.1.0

A wrapper around the Url type for web urls
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "base_url"
description = "A wrapper around the Url type for web urls"
readme = "README.md"
authors = ["Brady McDonough <brady.mcd.codes@gmail.com>"]
repository = "https://github.com/bradymcd/rs-baseurl"
license = "MIT"
version = "1.1.0"
keywords = ["url", "parser"]
categories = ["web-programming", "encoding"]
edition = "2018"

[dependencies]
url = "^1.7.2"