Sean McArthur and GitHub
856ed7c43d
implement Buf for std::io::Cursor ( #308 )
2019-11-04 17:23:40 -08:00
Sean McArthur and GitHub
96268a80d4
Move "extra" methods to extension traits ( #306 )
2019-10-31 09:39:58 -07:00
Sean McArthur and Carl Lerche
491ebbf79a
Remove Buf impl for &str ( #301 )
...
A `&str` cannot arbitrarily advance bytes, since it will panic if
advanced to the middle of a Unicode segment.
2019-10-16 11:28:50 -07:00
Chris Beck and Carl Lerche
c17e40115f
Add no_std support, by adding an std feature ( #281 )
...
To make the library work as `no_std` we add an `std` feature which
is on by default. When it is off, we compile as `no_std` and make
parts of the API that require `std::io` conditional on the `std`
feature.
2019-09-05 14:00:23 -07:00
Douman and Carl Lerche
4f5ed82b3c
Fix clippy ( #285 )
2019-08-27 14:19:44 -07:00