Hange Shi - NJU and GitHub
f29e93951d
Add some tests for Limit, BytesMut and Reader ( #785 )
2025-05-28 12:56:41 +02:00
Carl Lerche and GitHub
94c543f74b
remove ext traits ( #431 )
2020-10-16 15:16:23 -07:00
Taiki Endo and GitHub
7daa7fe053
Change default lint level to warning and deny warnings in CI ( #397 )
2020-07-09 09:12:39 -07:00
Taiki Endo and GitHub
1fbf83816b
Format with rustfmt ( #389 )
...
* Format with rustfmt
* Add rustfmt check to CI
2020-05-22 13:17:30 +09:00
Cheng XU and GitHub
e8fa2511ff
Fix tests for no_std build ( #384 )
...
This fixes `cargo test --no-default-features`.
2020-05-22 11:18:20 +09:00
Sean McArthur and GitHub
96268a80d4
Move "extra" methods to extension traits ( #306 )
2019-10-31 09:39:58 -07:00
Taiki Endo and GitHub
ae7d884582
Update Bytes to Rust 2018 ( #274 )
2019-07-26 05:01:22 +09:00
Sean McArthur and Carl Lerche
55aa530dc1
Remove io::Cursor, and implement Buf/BufMut for slices instead ( #261 )
2019-06-07 12:31:10 -07:00
Michal 'vorner' Vaner and Carl Lerche
7c3085aaec
The Reader can implement BufReader naturally ( #232 )
...
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.
2018-11-17 07:51:41 -08:00