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

#15 in #tetsy

Download history 78/week @ 2023-11-23 39/week @ 2023-11-30 40/week @ 2023-12-07 265/week @ 2023-12-14 250/week @ 2023-12-21 165/week @ 2023-12-28 253/week @ 2024-01-04 293/week @ 2024-01-11 314/week @ 2024-01-18 309/week @ 2024-01-25 262/week @ 2024-02-01 246/week @ 2024-02-08 268/week @ 2024-02-15 217/week @ 2024-02-22 211/week @ 2024-02-29 194/week @ 2024-03-07

928 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