Nicolas
Nicolas
Hello ! The combination of `BufferedStream`, `ReadStream` and `BufReader` is really great to read data from streaming stdin or else (eg. network input). But `BufferedStream` has a fixed size and...
Hello ! My first PR to this project. This PR does : - Implement the issue #1417. - Add some test. - Modify the `fn tuple` to use this new...
Hello ! Your project is great and I want to use it on a project at work ! But my server is under a proxy and I can only use...