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

#10 in #tetsy

Download history 89/week @ 2024-04-11 79/week @ 2024-04-18 62/week @ 2024-04-25 48/week @ 2024-05-02 50/week @ 2024-05-09 76/week @ 2024-05-16 68/week @ 2024-05-23 61/week @ 2024-05-30 33/week @ 2024-06-06 56/week @ 2024-06-13 69/week @ 2024-06-20 46/week @ 2024-06-27 32/week @ 2024-07-04 62/week @ 2024-07-11 78/week @ 2024-07-18 51/week @ 2024-07-25

225 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