Josh Triplett
Josh Triplett
We should also aim to get `std::os::fd` stabilized, to make migration easier and avoid extra cfg branches for wasi.
Yes, there's precedent for fallible `FromIterator`; that's what allows `.collect::
@nrc To the best of my knowledge, there's a substantial benefit to doing this at scale: having one call to epoll with a thousand file descriptors, rather than a thousand...
I am *incredibly* confused by the level of complexity here. Supplying a runtime doesn't mean supplying file or socket types or handling for fds or handles or process creation or...
@Nemo157 I definitely think what most people want to know is "are these licenses compatible" (as well as "how do I get a full list of license texts so I...
On Sat, Nov 07, 2020 at 11:02:46AM -0800, Johannes Löthberg wrote: > Practically speaking, a binary licensed under the MIT license that is linked against a library which is licensed...
On November 26, 2019 1:15:52 PM PST, Nemo157 wrote: >Makes a lot of sense. It looks like the text at least is available >under `share/doc/rust` in the toolchain. Although, that...
In isolation, I'd say zstd would probably serve almost every purpose you'd need: you can spend a lot of time compressing very well, or a tiny amount of time to...
I'd like to revive this. I've seen projects do CI on their README by manually running `rustdoc test README.md` and specifying their crate as an `--extern`.
I got it working with Julia 0.4.7; see #7.