package dns

  1. Overview
  2. Docs

Module Dns.NullSource

Null records

Sourcetype t = string

The type of a Null record.

Sourceval pp : t Fmt.t

pp ppf t pretty-prints the Null record t as hexidecimal on ppf.

Sourceval compare : t -> t -> int

compare a b compares the Null record a with b (using Bytes.compare).