tiny-artnet-bytes-no-atomic

Crates.iotiny-artnet-bytes-no-atomic
lib.rstiny-artnet-bytes-no-atomic
version1.2.2
sourcesrc
created_at2022-10-01 22:51:47.913044
updated_at2022-10-01 23:18:45.373241
descriptionVendored copy of Bytes fork for use in tiny-artnet. Types and traits for working with bytes
homepage
repositoryhttps://github.com/tokio-rs/bytes
max_upload_size
id678035
size242,280
Rob Gilson (D1plo1d)

documentation

README

Bytes

A utility library for working with bytes.

Crates.io Build Status

Documentation

Usage

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

[dependencies]
bytes = "1"

Next, add this to your crate:

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

Serde support

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

[dependencies]
bytes = { 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 bytes by you, shall be licensed as MIT, without any additional terms or conditions.

Commit count: 523

cargo fmt