Simran Kedia

Results 3 issues of Simran Kedia

Hi, I am planning to use fluent-bundle for a localisation project in Rust. The features supported fits perfectly with my requirement. However, there is one major caveat - the translated...

Hi I tried using `sysinfo` crate (version = "0.22.5") for getting system information in a rust project. When running the code with [address sanitiser ](https://doc.rust-lang.org/beta/unstable-book/compiler-flags/sanitizer.html) it turns out that the...

bug
mac

Hi, I want to implement a streaming file upload (POST request) using surf. This is a huge file and I get one chunk of the file at a time. Is...