Skip to content

al8n/rcbytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RcBytes

The aim for this crate is to implement a Rc version bytes, which means that the structs in this crate does not implement the Sync and Send.

This crate is heavily based on the bytes (A utility library for working with bytes).

Crates.io Build Status

Documentation

Usage

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

[dependencies]
rcbytes = "1"

Next, add this to your crate:

use rcbytes::{Bytes, BytesMut, Buf, BufMut};

Serde support

Serde support is optional and disabled by default. To enable use the feature serde.

[dependencies]
rcbytes = { version = "1", features = ["serde"] }

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in rcbytes by you, shall be licensed as MIT, without any additional terms or conditions.

About

Rc version `tokio-rs/bytes`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published