tetsy-bytes 0.1.4

Byte utilities for Tetsy
Documentation
  • Coverage
  • 100%
    10 out of 10 items documented0 out of 6 items with examples
  • Size
  • Source code size: 6.12 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.3 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • tetcoin/tetsy-common
    2 1 5
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • marlonhanks

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.