Skip to content
Snippets Groups Projects
README.md 310 B
Newer Older
  • Learn to ignore specific revisions
  • # Bytes
    
    A utility library for working with bytes.
    
    
    [![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"
    ```