#byte #tetsy #tetsy-bytes

no-std tetsy-bytes

Byte utilities for Tetsy

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

#8 in #tetsy

Download history 94/week @ 2024-12-18 13/week @ 2024-12-25 43/week @ 2025-01-01 48/week @ 2025-01-08 83/week @ 2025-01-15 64/week @ 2025-01-22 65/week @ 2025-01-29 62/week @ 2025-02-05 82/week @ 2025-02-12 33/week @ 2025-02-19 67/week @ 2025-02-26 26/week @ 2025-03-05 83/week @ 2025-03-12 63/week @ 2025-03-19 67/week @ 2025-03-26 26/week @ 2025-04-02

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

MIT/Apache

7KB
122 lines

General bytes-related utilities.

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


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.

No runtime deps

Features