-
Carl Lerche authoredCarl Lerche authored
README.md 1005 B
Bytes
A utility library for working with bytes.
Usage
To use bytes
, first add this to your Cargo.toml
:
[dependencies]
bytes = "0.4.12"
Next, add this to your crate:
extern crate bytes;
use bytes::{Bytes, BytesMut, Buf, BufMut};