mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-19 00:00:12 +02:00
Huge overhaul of bytes
* Get rid of `ByteStr` trait * `Bytes` is not a concrete type * Add `BlockBuf` * Delete lots of cruft * Performance work
This commit is contained in:
@@ -20,6 +20,7 @@ exclude = [
|
||||
|
||||
[dependencies]
|
||||
stable-heap = { git = "https://github.com/carllerche/stable-heap", rev = "3c5cd1ca47" }
|
||||
log = "0.3.6"
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.3.5"
|
||||
|
||||
Reference in New Issue
Block a user