- Aug 27, 2019
-
-
Douman authored
As consequence Buf::collect is removed as well, which is replaced with `Buf::into_bytes`. The advantage of `Buf::into_bytes` is that it can be optimized in cases where converting a `T: Buf` into a `Bytes` instance is efficient.
-
- Aug 16, 2019
- Aug 11, 2019
-
-
Douman authored
-
- Jul 30, 2019
-
-
Taiki Endo authored
-
Carl Lerche authored
-
- Jul 25, 2019
-
-
Taiki Endo authored
-
- Jul 24, 2019
-
-
Taiki Endo authored
-
- Jul 16, 2019
-
-
Bruce Mitchener authored
-
Bruce Mitchener authored
-
- Jun 11, 2019
-
-
Sean McArthur authored
- Renames `bytes_vec` to `bytes_vectored` and `bytes_vec_mut` to `bytes_vectored_mut`.
-
- Jun 10, 2019
-
-
Sean McArthur authored
- Removes `slice_to` and `slice_from`.
-
Taiki Endo authored
-
- Jun 07, 2019
-
-
Sean McArthur authored
-
Sean McArthur authored
-
Sean McArthur authored
-
- Jun 06, 2019
-
-
YetAnotherMinion authored
-
Sean McArthur authored
-
Sean McArthur authored
-
Sean McArthur authored
-
- Apr 02, 2019
-
-
Pavel Strakhov authored
-
- Mar 29, 2019
-
-
南浦月 authored
-
- Mar 06, 2019
-
-
Carl Lerche authored
-
Michal 'vorner' Vaner authored
-
- Feb 27, 2019
-
-
Sangguk Lee authored
-
- Jan 30, 2019
-
-
南浦月 authored
-
- Jan 28, 2019
-
-
Dax Huiberts authored
-
- Dec 21, 2018
-
-
Ralf Jung authored
-
- Nov 26, 2018
-
-
Ralf Jung authored
-
- Nov 17, 2018
-
-
Carl Lerche authored
-
Ralf Jung authored
Shared references assert immutability, so any concurrent access would be UB disregarding data race concerns.
-
Michal 'vorner' Vaner authored
There's no reason the user should be forced to wrap it in BufReader in case the trait is needed, because the Reader has all the bits for supporting it naturally.
-
Michal 'vorner' Vaner authored
The property the Buff and BuffMut can return shorter slice is quite an important detail. Nevertheless, while it is mentioned in the documentation, the wording makes it relatively easy to overlook. This tries to bring more attention to it.
-
Carl Lerche authored
-
- Sep 04, 2018
-
-
Carl Lerche authored
-
- Sep 03, 2018
-
-
Carl Lerche authored
-
Carl Lerche authored
-
- Sep 02, 2018
-
-
Federico Mena Quintero authored
This lets us take Bytes and a &[u8] slice that is contained in it, and create a new Bytes that corresponds to that subset slice. Closes #198
-
- Jul 23, 2018
-
-
Carl Lerche authored
-
- Jul 13, 2018
-
-
Carl Lerche authored
-