Carl Lerche
|
d05bfb6346
|
Add more Buf helpers
|
2016-09-23 07:53:17 -07:00 |
|
Carl Lerche
|
3c58b0c75c
|
Add take fn to Buf & MutBuf
|
2016-09-21 20:41:21 -07:00 |
|
 Stefan BühlerandCarl Lerche
|
f693e038d9
|
Fix buffer overflow in Sink for Vec<u8>
Fixes #46
|
2016-09-03 13:25:40 -07:00 |
|
Carl Lerche
|
046c864543
|
Integrate with byteorder
|
2016-08-31 12:07:44 -07:00 |
|
Carl Lerche
|
04e0ac75e2
|
Huge overhaul of bytes
* Get rid of `ByteStr` trait
* `Bytes` is not a concrete type
* Add `BlockBuf`
* Delete lots of cruft
* Performance work
|
2016-08-10 15:45:31 -07:00 |
|
Carl Lerche
|
b2efe63c70
|
Get rid of SliceBuf
|
2016-08-05 22:49:41 -07:00 |
|
Carl Lerche
|
16b4266c3c
|
Improve Buf/MutBuf impl for Cursor
|
2016-08-05 22:19:37 -07:00 |
|
Carl Lerche
|
b6a424d892
|
Get rid of BufError
|
2016-08-05 21:54:29 -07:00 |
|
Carl Lerche
|
d650404bb8
|
Add an AppendBuf
|
2016-07-23 09:49:59 -07:00 |
|
Carl Lerche
|
3ca009577b
|
Bytes reader should be Send
|
2016-06-19 21:32:18 +01:00 |
|
Carl Lerche
|
270d2e2844
|
Freshen up buf API
|
2016-06-08 14:48:49 -07:00 |
|
Carl Lerche
|
6b624b849a
|
Make MutBuf::advance unsafe
Closes #38
|
2015-12-03 19:57:08 -08:00 |
|
Carl Lerche
|
531c77654c
|
Merge branch 'v0.2.x'
|
2015-08-10 10:14:32 -07:00 |
|
Carl Lerche
|
ed087be853
|
Provide Take decorator that limits Buf size
|
2015-07-28 12:51:24 -07:00 |
|
Carl Lerche
|
b4abd1431a
|
Mark MutBuf::mut_buf as unsafe
`MutBuf::mut_buf` allows access to uninitialized memory.
|
2015-07-26 11:02:46 -07:00 |
|
Carl Lerche
|
296cac263c
|
Implement buffer traits on Vec<u8>, &[u8], Cursor
|
2015-07-24 16:52:19 -07:00 |
|
Felix Kronlage
|
c17f16fdf2
|
no need to be marked mutable
allows code to compile with nightly again.
|
2015-07-07 17:38:12 +02:00 |
|
 Florian HartwigandCarl Lerche
|
e22415b416
|
Fix Buf and MutBuf documentation
|
2015-04-08 13:43:02 -07:00 |
|
Carl Lerche
|
ac42766535
|
Group files as buf or byte str related
|
2015-04-07 23:40:00 -07:00 |
|