Commit Graph

5 Commits (27c9fb4cd39a562e1a33db07f917570cbae10a44)

Author SHA1 Message Date
Emi Simpson 27c9fb4cd3
Added comment indicating the context under which the page was downloaded 5 years ago
rhysd 6e99ad13e7 upgrade reqwest to v0.10.0
This will improve build time and binary size as follows:

* Before

- **Compile targets**: 220
- **Build time**: `cargo build --release  1264.95s user 39.72s system 335% cpu 6:29.14 total`
- **Binary size**: 6578568 bytes

* After

- **Compile targets**: 170
- **Build time**: `cargo build --release  1130.64s user 32.15s system 359% cpu 5:23.69 total`
- **Binary size**: 6107088 bytes

* Differences

- **Compile targets**: 1.29x smaller
- **Build time**: 1.23x faster
- **Binary size**: 1.07x smaller
5 years ago
Sunshine 88ffde0c3b wipe integrity attributes 5 years ago
Emi Simpson cf347e0483
Updated Cargo.lock 5 years ago
Rui Chen 178abd07bd Add Cargo.lock file 5 years ago