package kinetic-client

  1. Overview
  2. Docs

Module Kinetic_tag.TagSource

Sourcetype t =
  1. | Invalid of Bytes.t
  2. | Sha1 of Bytes.t
  3. | Crc32 of int32
Sourceval show : t -> string