bytes 0.2.11

Types and traits for working with bytes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Bytes

A utility library for working with bytes.

[![crates.io](http://meritbadge.herokuapp.com/bytes)](https://crates.io/crates/bytes)
[![Build Status](https://travis-ci.org/carllerche/bytes.svg?branch=master)](https://travis-ci.org/carllerche/bytes)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/ls1r97a9ufevpyh6?svg=true)](https://ci.appveyor.com/project/carllerche/bytes)

- [API documentation]http://carllerche.github.io/bytes/bytes/index.html

## Usage

To use `bytes`, first add this to your `Cargo.toml`:

```toml
[dependencies.bytes]
git = "https://github.com/carllerche/bytes"
```