Aleksandr Krotov

Results 4 issues of Aleksandr Krotov

I have found that newest cargo is not building libusb-rs because it depends on bit-set v0.2.0 that has incorrect Cargo.toml file (dependency without version). Also found pr #15 that have...

I have found that reqwest with `rustls-tls` is very slow while `native-tls` or [ureq](https://github.com/algesten/ureq) with `rustls` is ok. `main.rs`: ```rust use std::{io::Read, time::Instant}; #[tokio::main] async fn main() -> std::result::Result {...

**Describe the bug** String `"\n"` is marshalled as `""` It seems that such corner cases needs to be handled separately/carefully **To Reproduce** https://go.dev/play/p/g2_Q0O3Grgi ```go package main import ( "fmt" "github.com/goccy/go-yaml"...

bug