Docs.rs
  • cbor-codec-0.7.1
    • cbor-codec 0.7.1
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • twittner
    • Dependencies
      • byteorder >=0.5.0 normal
      • libc >0.1.0 normal
      • quickcheck >=0.2.21 normal optional
      • json-codec >=0.3 dev
      • quickcheck >=0.2.21 dev
      • quickcheck_macros >=0.2.21 dev
      • rand >=0.3 dev
      • rustc-serialize >=0.3 dev
    • Versions
    • 30.15% 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cbor0.7.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • decoder::BytesIter
  • decoder::Config
  • decoder::Decoder
  • decoder::GenericDecoder
  • decoder::Kernel
  • decoder::TextIter
  • encoder::Encoder
  • encoder::GenericEncoder
  • value::Cursor

Enums

  • decoder::DecodeError
  • encoder::EncodeError
  • slice::ReadSliceError
  • types::Tag
  • types::Type
  • value::Bytes
  • value::Int
  • value::Key
  • value::Simple
  • value::Text
  • value::Value

Traits

  • skip::Skip
  • slice::ReadSlice

Functions

  • decoder::maybe
  • decoder::opt
  • decoder::or_break
  • value::check

Type Aliases

  • decoder::DecodeResult
  • decoder::TypeInfo
  • encoder::EncodeResult