tetsy-bytes 0.1.2-alpha

byte utilities for Tetsy
Documentation
1
2
3
4
5
6
7
8
9
10
11
## `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):

```toml
[dependencies]
tetsy-bytes = { version = "0.1.20", default-features = false }
```

Until allocator api is stabilized, this type of use is limited to nightly Rust.