tetsy-bytes

Crates.iotetsy-bytes
lib.rstetsy-bytes
version0.1.4
sourcesrc
created_at2021-02-18 12:51:48.633448
updated_at2021-06-08 02:09:12.480395
descriptionByte utilities for Tetsy
homepage
repositoryhttps://github.com/tetcoin/tetsy-common
max_upload_size
id357022
size6,497
Marlon Hanks (marlonhanks)

documentation

README

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.

Commit count: 1570

cargo fmt