corez 0.1.1

Safe, no_std-compatible Read/Write traits for the Zcash ecosystem.
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented1 out of 1 items with examples
  • Size
  • Source code size: 62.42 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 18.3 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 39s Average build duration of successful builds.
  • all releases: 39s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • zcash/corez
    1 0 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nuttycom

corez

Safe, no_std-compatible Read and Write traits for the Zcash ecosystem.

This crate provides a minimal subset of std::io that works in no_std environments without any unsafe code. When the std feature is enabled (the default), all types are re-exported directly from std::io.

Features

  • std (default) — re-exports std::io types directly
  • alloc — enables Write for Vec<u8>, Box forwarding impls, and richer error messages

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.