Matt Kline
Matt Kline
float.to_be_bytes() has the same effect as float.to_bits().to_be_bytes() They're presumably optimized to the same code, but the former's intent is a bit clearer.
Since Git history keeps a copy of every file that has existed in a project's history, the size of a clone increases by (roughly) the size of a `libpcre` snapshot...
Currently, this just adds `Copy` and `Debug` to the enums and removes a couple of consts (Is there a reason `ExecPartial` and `ExecNoStartOptimize` were set apart from the rest of...
This is a much more fleshed-out version of #25. `exec_*` functions now return a `Result`, where the `Err` case returns an `ExecError`, indicating the problem. Some errors should be impossible...
Races interleaved IPv4 and IPv6 connections to provide the fastest one in cases where certain addresses or address families might be blocked, broken, or slow. (See ) ureq strives for...
When reading a response lazily, we want to work with it efficiently, as buffers of bytes coming out of the OS TCP stack. While we could `Iterator::collect::()` the bytes back...