Xiaobo Liu

Results 33 issues of Xiaobo Liu

Update dependent crates version.

Like `Request`, the `Response` also supports the `parse_with_uninit_headers` function.

I follow the readme tutorial to configure the environment: ``` $ git clone https://github.com/openembedded/openembedded-core.git $ cd openembedded-core $ git clone https://github.com/openembedded/meta-openembedded.git $ git clone https://github.com/openembedded/bitbake.git $ git clone https://github.com/kraj/meta-openwrt.git $...

use ulong type uniformly.

S-waiting-on-author
stable-nominated

```shell $ cargo build warning: field `0` is never read --> bpf-loader-lib/src/skeleton/preload/attach/mod.rs:24:13 | 24 | BpfLink(Link), | ------- ^^^^ | | | field in this variant | = note: `#[warn(dead_code)]`...

size/XS

```shell $ cargo build warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep...

size/XS

The minimum version used by rust `edition=2021` is 1.56.0. The `matches` dependency crate was included in the standard library in rust 1.42.0. So the standard library is already there and...

dependencies

fixed uclibc `SA_*` type use `c_uint` type. https://github.com/rust-lang/libc/issues/3887#issuecomment-2319939888 https://github.com/rust-lang/libc/pull/3211