`Reader`, `Writer`, `MemReader`, `MemWriter`, and `MultiWriter` now work with `Vec<u8>` instead of `~[u8]`. This does introduce some extra copies since `from_utf8_owned` isn't usable anymore, but I think that can't be helped until `~str`'s representation changes. |
||
|---|---|---|
| .. | ||
| abi.rs | ||
| archive.rs | ||
| arm.rs | ||
| link.rs | ||
| lto.rs | ||
| mips.rs | ||
| rpath.rs | ||
| svh.rs | ||
| target_strs.rs | ||
| x86.rs | ||
| x86_64.rs | ||