codec-io 0.1.0

Common Input/Output trait definition shared by encoding libraries.
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented0 out of 6 items with examples
  • Size
  • Source code size: 3.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.2 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
  • paritytech/parity-scale-codec
    283 99 56
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sorpaas github:paritytech:core-devs

Input/Output Trait Definition for Encoding Libraries

This library defines Input and Output traits that can be used for encoding libraries to define their own Encode and Decode traits.