rust/library/std
Mikhail Zabaluev 9fc44239ec Make is_write_vectored return true for BufWriter
BufWriter provides an efficient implementation of
write_vectored also when the underlying writer does not
support vectored writes.
2020-11-22 17:05:13 +02:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Make is_write_vectored return true for BufWriter 2020-11-22 17:05:13 +02:00
tests Updated documentation, x86 feature detection testing, and removed LLVM 9 exclusive features 2020-10-26 08:36:14 +01:00
build.rs Make the libstd build script smaller 2020-11-15 16:17:21 +01:00
Cargo.toml std: Update the backtrace crate submodule 2020-11-20 11:56:07 -08:00