Files
third_party_rust_bytes/tests
Stepan Koltsov 07db74b009 Bytes::extend_from_slice (#120)
`extend_with_slice` is super-convenient operation on `Bytes`.

While `put_u8` would be expensive on `Bytes`, `extend_from_slice`
is OK, because it is batch, and it checks for kind only once.

Patch also adds `impl Extend for Bytes`.

cc #116
2017-05-15 11:27:45 -07:00
..
2017-03-01 18:30:58 -08:00
2017-05-15 11:27:45 -07:00
2017-03-19 09:08:41 -07:00