package decoders

  1. Overview
  2. Docs
module type Decode = sig ... end

Interface for decoding XML

module type Encode = sig ... end