| Crates.io | tetsy-bytes |
| lib.rs | tetsy-bytes |
| version | 0.1.4 |
| created_at | 2021-02-18 12:51:48.633448+00 |
| updated_at | 2021-06-08 02:09:12.480395+00 |
| description | Byte utilities for Tetsy |
| homepage | |
| repository | https://github.com/tetcoin/tetsy-common |
| max_upload_size | |
| id | 357022 |
| size | 6,497 |
no_std supportThis 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.