package catapult

  1. Overview
  2. Docs

Module Ser.ExtraSource

Sourcetype t = {
  1. key : string;
  2. value : string;
}
Sourceval decode : Bare.Decode.t -> t
Sourceval encode : Bare.Encode.t -> t -> unit
Sourceval pp : Format.formatter -> t -> unit