diff --git a/README.md b/README.md index e5f7878..40966de 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ MIT/Apache-2.0 -[byteorder-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=byteorder +[byteorder-badge]: https://img.shields.io/crates/v/byteorder.svg?label=byteorder [byteorder]: https://docs.rs/byteorder -[file-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=file +[file-badge]: https://img.shields.io/crates/v/file.svg?label=file [file]: https://doc.rust-lang.org/std/fs/struct.File.html -[clap-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=clap +[clap-badge]: https://img.shields.io/crates/v/clap.svg?label=clap [clap]: https://kbknapp.github.io/clap-rs/clap/struct.Arg.html -[json-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=json +[json-badge]: https://img.shields.io/crates/v/json.svg?label=json [json]: http://json.rs/doc/json -[toml-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=toml +[toml-badge]: https://img.shields.io/crates/v/toml.svg?label=toml [toml]: http://alexcrichton.com/toml-rs/toml/ [rand-badge]: https://img.shields.io/crates/v/rand.svg?label=rand [rand]: https://doc.rust-lang.org/rand/rand/index.html [error-docs]: https://doc.rust-lang.org/book/error-handling.html -[error-blog]: https://brson.github.io/2016/11/30/starting-with-error-chaini +[error-blog]: https://brson.github.io/2016/11/30/starting-with-error-chain diff --git a/book/index.html b/book/index.html index 23a7aef..7bec4f8 100644 --- a/book/index.html +++ b/book/index.html @@ -70,15 +70,15 @@
A practical guide to the Rust crate ecosystem.
If you'd like to make changes to the project, please see this guide.
+If you'd like to make changes to the project, please see this guide.
MIT/Apache-2.0
@@ -116,6 +116,20 @@ + + diff --git a/book/pages/IO.html b/book/pages/IO.html index 293f63f..eb28edc 100644 --- a/book/pages/IO.html +++ b/book/pages/IO.html @@ -109,6 +109,20 @@ + + diff --git a/book/pages/byteorder.html b/book/pages/byteorder.html index 8fb3f78..fd78ffe 100644 --- a/book/pages/byteorder.html +++ b/book/pages/byteorder.html @@ -159,6 +159,20 @@ fn main() { run().unwrap() } + + diff --git a/book/pages/cli_parsing.html b/book/pages/cli_parsing.html index a329e04..b0d3efe 100644 --- a/book/pages/cli_parsing.html +++ b/book/pages/cli_parsing.html @@ -109,6 +109,20 @@ + + diff --git a/book/pages/contributing.html b/book/pages/contributing.html index a59db34..5138dea 100644 --- a/book/pages/contributing.html +++ b/book/pages/contributing.html @@ -138,6 +138,20 @@ TODO: Maybe provide a template? + + diff --git a/book/pages/error_handling_note.html b/book/pages/error_handling_note.html index 4b9ac28..df21a7a 100644 --- a/book/pages/error_handling_note.html +++ b/book/pages/error_handling_note.html @@ -146,6 +146,20 @@ makes the?
operator work
+
+
diff --git a/book/pages/file_io.html b/book/pages/file_io.html
index e11a2a1..d50d2d6 100644
--- a/book/pages/file_io.html
+++ b/book/pages/file_io.html
@@ -109,6 +109,20 @@
+
+
diff --git a/book/pages/json.html b/book/pages/json.html
index ab4eb7a..7b34c22 100644
--- a/book/pages/json.html
+++ b/book/pages/json.html
@@ -148,6 +148,20 @@ fn main(){
+
+
diff --git a/book/pages/math.html b/book/pages/math.html
index c233fbf..2fd377a 100644
--- a/book/pages/math.html
+++ b/book/pages/math.html
@@ -110,6 +110,20 @@
+
+
diff --git a/book/pages/rand.html b/book/pages/rand.html
index 29dbedc..00b472c 100644
--- a/book/pages/rand.html
+++ b/book/pages/rand.html
@@ -210,6 +210,20 @@ fn main() {
+
+
diff --git a/book/pages/serialization.html b/book/pages/serialization.html
index fd39592..fbf836d 100644
--- a/book/pages/serialization.html
+++ b/book/pages/serialization.html
@@ -109,6 +109,20 @@
+
+
diff --git a/book/pages/table_of_contents.html b/book/pages/table_of_contents.html
index f306d1f..24c05ff 100644
--- a/book/pages/table_of_contents.html
+++ b/book/pages/table_of_contents.html
@@ -71,15 +71,15 @@
A practical guide to the Rust crate ecosystem.
If you'd like to make changes to the project, please see this guide.
+If you'd like to make changes to the project, please see this guide.
MIT/Apache-2.0
@@ -117,6 +117,20 @@ + + diff --git a/book/pages/toml.html b/book/pages/toml.html index 38c6d0c..79ad9ac 100644 --- a/book/pages/toml.html +++ b/book/pages/toml.html @@ -176,6 +176,20 @@ fn main() { + + diff --git a/book/print.html b/book/print.html index ee807f2..c5139b3 100644 --- a/book/print.html +++ b/book/print.html @@ -71,15 +71,15 @@A practical guide to the Rust crate ecosystem.
If you'd like to make changes to the project, please see this guide.
+If you'd like to make changes to the project, please see this guide.
MIT/Apache-2.0
@@ -441,6 +441,20 @@ TODO: Maybe provide a template? + + diff --git a/src/pages/table_of_contents.md b/src/pages/table_of_contents.md index c3bb348..1317154 100644 --- a/src/pages/table_of_contents.md +++ b/src/pages/table_of_contents.md @@ -20,15 +20,15 @@ MIT/Apache-2.0 -[byteorder-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=byteorder +[byteorder-badge]: https://img.shields.io/crates/v/byteorder.svg?label=byteorder [byteorder]: https://docs.rs/byteorder -[file-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=file +[file-badge]: https://img.shields.io/crates/v/file.svg?label=file [file]: https://doc.rust-lang.org/std/fs/struct.File.html -[clap-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=clap +[clap-badge]: https://img.shields.io/crates/v/clap.svg?label=clap [clap]: https://kbknapp.github.io/clap-rs/clap/struct.Arg.html -[json-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=json +[json-badge]: https://img.shields.io/crates/v/json.svg?label=json [json]: http://json.rs/doc/json -[toml-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=toml +[toml-badge]: https://img.shields.io/crates/v/toml.svg?label=toml [toml]: http://alexcrichton.com/toml-rs/toml/ [rand-badge]: https://img.shields.io/crates/v/rand.svg?label=rand [rand]: https://doc.rust-lang.org/rand/rand/index.html