❧   ❧
❦

Contents

scodec
  • Getting Source, Binaries, and Docs
  • Getting Help
  1. scodec-bits
    • ByteVector
      • Getting Started
      • Constructing Byte Vectors
    • BitVector
      • Getting Started
      • Constructing Bit Vectors
    • Transforms
      • Collection Like Transforms
      • Bitwise Transforms
    • Base Conversions
    • Cyclic Redundancy Checks
  2. scodec-core
    • Getting Started
    1. Core Algebra
      • Decoder
        • map
        • emap
        • flatMap
      • Encoder
        • contramap
        • econtramap
        • flatMap?
      • Codec
        • xmap
        • exmap
        • Additional transforms
      • GenCodec
      • Variance
      • For the categorically minded
      • Manually creating codecs
      • Summary
    2. Simple Value Codecs
      • BitVector and ByteVector
      • Booleans
      • Numerics
        • Integral Types
        • Non-Integral Types
      • Strings
    3. Simple Constructors and Combinators
      • Constants
        • Literal Constants
      • Unit Codecs
      • Context
      • Miscellaneous
        • Complete
    4. Collections
    5. Framing
    6. Tuple Codecs
    7. HList Codecs
    8. Case Class Codecs
    9. Coproduct Codecs
  3. Contents in Depth
  4. Combined Pages
scodec — Contents in Depth