Show the crate…

4 releases

0.1.4 Jun 8, 2021
0.1.2 Feb 18, 2021
0.1.2-alpha Mar 10, 2021
0.1.0 Feb 20, 2021

#9 in #tetsy

Download history 52/week @ 2024-09-08 50/week @ 2024-09-15 86/week @ 2024-09-22 102/week @ 2024-09-29 62/week @ 2024-10-06 58/week @ 2024-10-13 124/week @ 2024-10-20 130/week @ 2024-10-27 117/week @ 2024-11-03 116/week @ 2024-11-10 47/week @ 2024-11-17 121/week @ 2024-11-24 87/week @ 2024-12-01 191/week @ 2024-12-08 131/week @ 2024-12-15 40/week @ 2024-12-22

465 downloads per month
Used in 53 crates (30 directly)

MIT/Apache

7KB
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]
tetsy-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