mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-26 00:00:20 +02:00
WIP - Implement abstractions for working with bytes
This commit is contained in:
+20
-8
@@ -1,11 +1,23 @@
|
||||
[package]
|
||||
|
||||
name = "bytes"
|
||||
version = "0.0.1"
|
||||
authors = ["Carl Lerche <[email protected]>"]
|
||||
name = "bytes"
|
||||
version = "0.0.1"
|
||||
authors = ["Carl Lerche <[email protected]>"]
|
||||
description = "Types and traits for working with bytes"
|
||||
license = "MIT"
|
||||
# include = [
|
||||
# "Cargo.toml",
|
||||
# "src/**/*.rs",
|
||||
# ]
|
||||
license = "MIT"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
rand = "0.1.2"
|
||||
# iobuf = "*"
|
||||
|
||||
|
||||
[[bench]]
|
||||
|
||||
name = "bench"
|
||||
path = "bench/bench.rs"
|
||||
|
||||
[[test]]
|
||||
|
||||
name = "test"
|
||||
path = "test/test.rs"
|
||||
|
||||
Reference in New Issue
Block a user