Skip to content

Commit 8dea435

Browse files
committed
Merge pull request #93 from SimonSapin/patch-1
rust-encoding is not "Servo’s"
2 parents b521362 + af322c8 commit 8dea435

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2016-05-05-cargo-pillars.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ whole dependency graph built:
2929

3030
Why do these granular dependencies matter?
3131

32-
Concretely, they mean that Servo's encoding library (and many components like
32+
Concretely, they mean that Servo's URL library (and many components like
3333
it) is not a deeply nested part of Servo's main tree, but rather an
34-
[external library](https://crates.io/crates/encoding) that anyone in the
34+
[external library](https://crates.io/crates/url) that anyone in the
3535
ecosystem can use. This makes it possible for other Rust libraries, like web
36-
frameworks, to easily use a browser-grade encoding library, sharing the costs
36+
frameworks, to easily use a browser-grade URL library, sharing the costs
3737
and benefits of maintenance. And it flows both ways: recently, a new
3838
[Rust-based text editor](https://github.com/google/xi-editor) was announced,
3939
and happened to provide a fast line-breaking library. Within days, that library

0 commit comments

Comments
 (0)