- Mar 01, 2017
-
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
Alex Crichton authored
Add `?Sized` bounds to work for DST objects and also add impls for `Box` as well as `&mut`
-
Carl Lerche authored
-
Carl Lerche authored
Enables collecting the contents of a `Buf` value into a relevant concrete buffer implementation.
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
Alex Crichton authored
Allows links in other crates to link to crates.io docs of bytes itself.
-
- Feb 28, 2017
-
-
Carl Lerche authored
-
- Feb 24, 2017
-
-
Carl Lerche authored
-
- Feb 21, 2017
-
-
Carl Lerche authored
-
Carl Lerche authored
Instead of providing a separate `try_reclaim` function, `reserve` will attempt to reclaim the existing buffer before allocating.
-
- Feb 20, 2017
-
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
The previous implementation didn't factor in a single `Bytes` handle being stored in an `Arc`. This new implementation correctly impelments both `Bytes` and `BytesMut` such that both are `Sync`. The rewrite also increases the number of bytes that can be stored inline.
-
- Feb 17, 2017
-
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
- Feb 16, 2017
-
-
Carl Lerche authored
-
Carl Lerche authored
-
- Feb 15, 2017
-
-
Carl Lerche authored
-
Carl Lerche authored
* `drain_to` and `split_off` take &self and return Bytes. * `drain_to_mut` and `split_off_mut` take &mut self and return BytesMut
-
Carl Lerche authored
-
Carl Lerche authored
-
- Feb 10, 2017
-
-
Carl Lerche authored
-
- Feb 06, 2017
-
-
Aaron J. Todd authored
-
- Feb 03, 2017
-
-
Carl Lerche authored
-
- Jan 26, 2017
-
-
Carl Lerche authored
-
Carl Lerche authored
-
- Nov 22, 2016
-
-
Carl Lerche authored
-
- Nov 21, 2016
-
-
Rick Richardson authored
-
- Nov 18, 2016
-
-
Carl Lerche authored
-
- Nov 03, 2016
-
-
Carl Lerche authored
-