File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,6 @@ To use it in your project, add this to your `Cargo.toml` file:
22
22
git = "https://github.com/servo/rust-url"
23
23
```
24
24
25
- rust-url is a replacement of the [`url` crate](http://doc.rust-lang.org/url/index.html)
26
- currently distributed with Rust.
27
- rust-url’s crate is also named `url`.
28
- Cargo will automatically resolve the name conflict,
29
- but that means that you can not also use the old `url` in the same crate.
30
-
31
- If you’re not using Cargo, you’ll need to pass `--extern url=/path/to/liburl.rlib`
32
- explicitly to rustc.
33
-
34
25
Supporting encodings other than UTF-8 in query strings is an optional feature
35
26
that requires [rust-encoding](https://github.com/lifthrasiir/rust-encoding)
36
27
and is off by default.
You can’t perform that action at this time.
0 commit comments