Docs.rs
duma-0.2.0
duma 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
mattgathu
Dependencies
clap ^2.33.2
normal
console ^0.13.0
normal
failure ^0.1.8
normal
ftp ^3.0.1
normal
indicatif ^0.15.0
normal
reqwest ^0.10.8
normal
threadpool ^1.8.1
normal
url ^1.7.2
normal
assert_cmd ^0.11
dev
assert_fs ^0.11
dev
predicates ^1.0
dev
tiny_http ^0.6.2
dev
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
parse_url
duma
0.2.0
In duma::
utils
duma
::
utils
Function
parse_
url
Copy item path
Source
pub fn parse_url(url: &
str
) ->
Result
<
Url
,
ParseError
>