mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-29 00:00:15 +02:00
Add travis build info in the Readme
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
# Bytes
|
# Bytes
|
||||||
|
|
||||||
A utility library for working with bytes.
|
A utility library for working with bytes.
|
||||||
|
|
||||||
|
[](https://travis-ci.org/carllerche/bytes)
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
To use `bytes`, first add this to your `Cargo.toml`:
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[dependencies.bytes]
|
||||||
|
git = "https://github.com/carllerche/bytes"
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user