Testing a small http-client on Linux using no_std & embedded reqwless.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Restructure binary size table with feature columns

rektide fe844f8a 6c3bcb99

+20 -12
+20 -12
README.md
··· 83 83 84 84 ### HTTP builds 85 85 86 - | Features | Release | Nightly | Savings | 87 - |----------|---------|---------|---------| 88 - | `backend-posix-libc,dns-getaddrinfo` | 43,440 B | 41,288 B | -2,152 B (-5.0%) | 89 - | `backend-posix-libc,dns-ip-only` | 43,952 B | 41,864 B | -2,088 B (-4.8%) | 90 - | `backend-rustix,dns-getaddrinfo` | 43,512 B | 41,104 B | -2,408 B (-5.5%) | 91 - | `backend-rustix,dns-ip-only` | 43,784 B | 41,792 B | -1,992 B (-4.5%) | 86 + | Backend | DNS | Release | Nightly | Savings | 87 + |---------|-----|---------|---------|---------| 88 + | posix-libc | getaddrinfo | 43,440 B | 41,288 B | -2,152 B (-5.0%) | 89 + | posix-libc | dns-ip-only | 43,952 B | 41,864 B | -2,088 B (-4.8%) | 90 + | rustix | getaddrinfo | 43,512 B | 41,104 B | -2,408 B (-5.5%) | 91 + | rustix | dns-ip-only | 43,784 B | 41,792 B | -1,992 B (-4.5%) | 92 92 93 93 ### HTTPS builds 94 94 95 - | Features | Release | Nightly | Savings | 96 - |----------|---------|---------|---------| 97 - | `backend-posix-libc,dns-getaddrinfo,https` | 296,824 B | 296,112 B | -712 B (-0.2%) | 98 - | `backend-posix-libc,dns-ip-only,https` | 297,304 B | 296,832 B | -472 B (-0.2%) | 99 - | `backend-rustix,dns-getaddrinfo,https` | 296,592 B | 295,768 B | -824 B (-0.3%) | 100 - | `backend-rustix,dns-ip-only,https` | 297,344 B | 296,600 B | -744 B (-0.3%) | 95 + | Backend | DNS | RNG | Release | Nightly | Savings | 96 + |---------|-----|-----|---------|---------|---------| 97 + | posix-libc | getaddrinfo | dummy | 296,824 B | 296,112 B | -712 B (-0.2%) | 98 + | posix-libc | getaddrinfo | dev-urandom | 297,192 B | 296,584 B | -608 B (-0.2%) | 99 + | posix-libc | getaddrinfo | getrandom | 297,072 B | 296,464 B | -608 B (-0.2%) | 100 + | posix-libc | dns-ip-only | dummy | 297,304 B | 296,832 B | -472 B (-0.2%) | 101 + | posix-libc | dns-ip-only | dev-urandom | 297,688 B | 297,224 B | -464 B (-0.2%) | 102 + | posix-libc | dns-ip-only | getrandom | 297,552 B | 297,168 B | -384 B (-0.1%) | 103 + | rustix | getaddrinfo | dummy | 296,592 B | 295,768 B | -824 B (-0.3%) | 104 + | rustix | getaddrinfo | dev-urandom | 297,000 B | 296,312 B | -688 B (-0.2%) | 105 + | rustix | getaddrinfo | getrandom | 296,824 B | 296,120 B | -704 B (-0.2%) | 106 + | rustix | dns-ip-only | dummy | 297,344 B | 296,600 B | -744 B (-0.3%) | 107 + | rustix | dns-ip-only | dev-urandom | 297,800 B | 297,048 B | -752 B (-0.3%) | 108 + | rustix | dns-ip-only | getrandom | 297,592 B | 296,920 B | -672 B (-0.2%) | 101 109 102 110 ### Building for size 103 111