3 releases

0.1.2 Mar 16, 2020
0.1.1 Oct 24, 2019
0.1.0 Aug 23, 2018

#133 in Magic Beans

Download history 20205/week @ 2024-03-03 21847/week @ 2024-03-10 23568/week @ 2024-03-17 22862/week @ 2024-03-24 33371/week @ 2024-03-31 33398/week @ 2024-04-07 26370/week @ 2024-04-14 24530/week @ 2024-04-21 17935/week @ 2024-04-28 17612/week @ 2024-05-05 23144/week @ 2024-05-12 20149/week @ 2024-05-19 28814/week @ 2024-05-26 23700/week @ 2024-06-02 18233/week @ 2024-06-09 19724/week @ 2024-06-16

91,947 downloads per month
Used in 21 crates (4 directly)

MIT/Apache

6KB
122 lines

no_std support

This crate has a feature, std, that is enabled by default. To use this crate in a no_std context, add the following to your Cargo.toml (still requires allocator though):

[dependencies]
parity-bytes = { version = "0.1", default-features = false }

Until allocator api is stabilized, this type of use is limited to nightly Rust.


lib.rs:

General bytes-related utilities.

Includes a pretty-printer for bytes, in the form of ToPretty and PrettySlice as

No runtime deps

Features