Files
bytes/README.md
T

15 lines
310 B
Markdown
Raw Normal View History

# Bytes
A utility library for working with bytes.
2015-02-09 21:33:00 -08:00
[![Build Status](https://travis-ci.org/carllerche/bytes.svg?branch=master)](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"
```