#tetsy #project

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

#5 in #tetsy

Download history 184/week @ 2024-12-09 111/week @ 2024-12-16 40/week @ 2024-12-23 25/week @ 2024-12-30 58/week @ 2025-01-06 70/week @ 2025-01-13 81/week @ 2025-01-20 46/week @ 2025-01-27 68/week @ 2025-02-03 80/week @ 2025-02-10 40/week @ 2025-02-17 66/week @ 2025-02-24 32/week @ 2025-03-03 72/week @ 2025-03-10 64/week @ 2025-03-17 64/week @ 2025-03-24

238 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.

No runtime deps

Features