Docs.rs
  • ender-0.3.2
    • ender 0.3.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • bohdloss
    • Dependencies
      • array-init ^2.1.0 normal
      • bytemuck ^1.15.0 normal
      • embedded-io ^0.6.1 normal
      • ender-derive =0.3.2 normal optional
      • parse-display ^0.10.0 normal
      • serde ^1.0.197 normal optional
      • bitflags ^2.4.2 dev
      • semver ^1.0.22 dev
      • serde ^1.0.197 dev
      • uuid ^1.8.0 dev
    • Versions
    • 72.17% 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
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

ender0.3.2

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Derive Macros

List of all items

Structs

  • BinSettings
  • Context
  • Encoder
  • NumRepr
  • Opaque
  • SizeRepr
  • StringRepr
  • TaggedError
  • VariantRepr
  • io::SizeLimit
  • io::SizeTrack
  • io::Slice
  • io::SliceMut
  • io::Std
  • io::VecStream
  • io::Zero

Enums

  • BitWidth
  • BorrowError
  • EncodingError
  • Endianness
  • FlattenError
  • NumEncoding
  • SeekError
  • Signedness
  • StrEncoding
  • StrLen
  • StringError
  • io::SeekFrom

Traits

  • Decode
  • Encode
  • IntoRead
  • IntoWrite
  • io::BorrowRead
  • io::Read
  • io::Seek
  • io::Write

Macros

  • val_error

Derive Macros

  • Decode
  • Encode

Functions

  • decode
  • decode_bytes
  • decode_bytes_with
  • decode_with
  • encode
  • encode_bytes
  • encode_bytes_with
  • encode_with
  • facade::fake::aes::decode
  • facade::fake::aes::encode
  • facade::fake::gzip::decode
  • facade::fake::gzip::encode
  • facade::fake::rsa::decode
  • facade::fake::rsa::encode

Type Aliases

  • EncodingResult