-
In GitLab by @MaxVerevkin on Jan 6, 2023, 20:47
From one of my projects:
```sh
$ cargo bloat --crates --release
File .text Size Crate
7.9% 18.8% 1.8MiB std
6.4% 15.2% 1.4MiB zbus
4.0%…
-
should be battery and open/close etc. but does not seem to be updated properly
-
I think now would be a good time for a 3.1.0 release.
-
https://forge.rust-lang.org/infra/channel-layout.html
I can understand what the `channel-rust-stable.toml` and `channel-rust-nightly.toml` are, but what are their counterparts _without_ the `.toml` e…
-
There are still a lot of instances of `unwrap`/`expect` within the code base of rustic_core.
We should activate the clippy lints: `#![deny(clippy::expect_used)]` and `#![deny(clippy::unwrap_used)]…
-
场景是读取一个文本文件, 然后按行去下载后上传到qiniu
当并发较多(400)时, 运行一段时间会出现 Segmentation fault, 减少并发数后(200)就不会出现这个问题
错误信息
thread 'async-std/runtime' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001…
-
Hey!
I've configured containerd as below:
```
root@wc1-oci-reg-control-plane:/etc/containerd/certs.d# cat docker.io/hosts.toml
server = "https://registry-1.docker.io"
[host."http://172.17.0.…
-
Reddit provides rate limiting information, see https://github.com/reddit-archive/reddit/wiki/API#rules. If more than 60 requests are made in a minute, requests will start failing. It'd be nice to repr…
-
It would be a time-saver if an example showing how to download a file and save it to the filesystem could be added to the reqwest docs.
I came up with the following, based on `.bytes_stream()`, but…
-
I want to get the organization name of the website certificate. This is my Client configuration and acquisition method:
```
pub fn create_tls_reqclient() -> reqwest::Client {
let client = reqwe…