Docs.rs
  • binary-data-schema-0.2.0
    • binary-data-schema 0.2.0
    • Permalink
    • Docs.rs crate page
    • AGPL-3.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • MattesWhite
    • Dependencies
      • bstr ^0.2 normal
      • byteorder ^1.4 normal
      • hex ^0.4 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • anyhow ^1.0 dev
      • valico ^3.6 dev
    • Versions
    • 26.39% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

binary_data_schema0.2.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases

List of all items

Structs

  • DataSchema
  • array::ArraySchema
  • boolean::BooleanSchema
  • integer::Bitfield
  • integer::PlainInteger
  • object::ObjectSchema

Enums

  • ByteOrder
  • Error
  • InnerSchema
  • LengthEncoding
  • array::DecodingError
  • array::EncodingError
  • array::ValidationError
  • boolean::DecodingError
  • boolean::EncodingError
  • boolean::ValidationError
  • integer::DecodingError
  • integer::EncodingError
  • integer::IntegerSchema
  • integer::ValidationError
  • number::DecodingError
  • number::EncodingError
  • number::NumberSchema
  • number::ValidationError
  • object::DecodingError
  • object::EncodingError
  • object::ValidationError
  • string::DecodingError
  • string::EncodingError
  • string::StringSchema
  • string::ValidationError

Traits

  • Decoder
  • Encoder

Type Aliases

  • Result

Constants

  • boolean::DEFAULT_LENGTH