HTTPS for serde.rs

This commit is contained in:
David Tolnay
2016-08-18 17:08:05 -04:00
parent 01f6115d73
commit 2d99a50c27
8 changed files with 18 additions and 12 deletions
+5 -5
View File
@@ -6,11 +6,11 @@
You may be looking for:
- [An overview of Serde](http://serde.rs/)
- [Data formats supported by Serde](http://serde.rs/#data-formats)
- [Setting up `#[derive(Serialize, Deserialize)]`](http://serde.rs/codegen.html)
- [Examples](http://serde.rs/examples.html)
- [API documentation](http://docs.serde.rs/serde/)
- [An overview of Serde](https://serde.rs/)
- [Data formats supported by Serde](https://serde.rs/#data-formats)
- [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/codegen.html)
- [Examples](https://serde.rs/examples.html)
- [API documentation](https://docs.serde.rs/serde/)
## Serde in action