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 80/week @ 2024-08-31 47/week @ 2024-09-07 53/week @ 2024-09-14 92/week @ 2024-09-21 92/week @ 2024-09-28 73/week @ 2024-10-05 55/week @ 2024-10-12 109/week @ 2024-10-19 142/week @ 2024-10-26 106/week @ 2024-11-02 121/week @ 2024-11-09 55/week @ 2024-11-16 111/week @ 2024-11-23 95/week @ 2024-11-30 182/week @ 2024-12-07 145/week @ 2024-12-14

545 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