You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monolith/src
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
..
tests upgrade reqwest to v0.10.0 5 years ago
args.rs prefer unwrap_or_default to unwrap_or 5 years ago
html.rs upgrade reqwest to v0.10.0 5 years ago
http.rs upgrade reqwest to v0.10.0 5 years ago
js.rs reduce allocation on checking DOM attributes and do not hard-code number of elements of array constant 5 years ago
lib.rs migrate to Rust 2018 5 years ago
macros.rs implement str!() macro 5 years ago
main.rs upgrade reqwest to v0.10.0 5 years ago
utils.rs upgrade reqwest to v0.10.0 5 years ago