Results 8 issues of Alvenix

For file upload, I have been using TempFile. However, I don't feel that it is very ergonomic. You have to store the file first to read it and later delete...

accepted

I was trying rasn-snmp crate however I couldn't parse any v3 message. For example see the following test: ``` #[test] fn check_message() { let input = hex::decode("303d020103301002041d750e01020205c00401040201030410300e0400020100020100040004000400301404000400a00e02042edfbfdc0201000201003000").unwrap(); let _: rasn_snmp::v3::Message...

**Checklist** * [x] I've searched the issue tracker for similar requests I know the current design for crypto providers is probably well discussed but I wanted to add one data...

**Checklist** * [x] I've searched the issue tracker for similar requests **Is your feature request related to a problem? Please describe.** Currently I am trying to make Rocket use the...

In order to support [CURLOPT_IGNORE_CONTENT_LENGTH](https://curl.se/libcurl/c/CURLOPT_IGNORE_CONTENT_LENGTH.html) for curl hyper backend. I haven't added tests yet. (I am not sure to how many tests to add, but flipping the default and running...

Minimal example: main.rs ``` use rustls::crypto::aws_lc_rs; fn main() { aws_lc_rs::default_provider().install_default().unwrap(); } ``` Dependencies ``` [dependencies] rustls = "0.23" ``` Output ``` Compiling cg_cliff_aws v0.1.0 (/home/abdullah/Playground/cg_cliff_aws) error: linking with `cc` failed:...

I have tested them with linux snmp tools such as snmpget and they work.

Currently there is no way to get non_repeaters in GetBulkRequest which made patch the dependency to support it. Getting max_repetitions is possible be using error_index methods but I added another...