mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-26 21:40:17 +00:00
Include missing badges #33
This commit is contained in:
parent
b2073a0f0d
commit
062fa19708
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
<a name="ex-url-parse"/>
|
||||
## Parse a URL from a string to a `Url` type
|
||||
|
||||
[![url-badge]][url] [![cat-net-badge]][cat-net]
|
||||
|
||||
Parses a URL from a string to a `Url` type and then prints it to the console.
|
||||
|
||||
```rust
|
||||
|
|
Loading…
Reference in a new issue