Module Dns.Null

Null records

type t = Cstruct.t

The type of a Null record.

val pp : t Fmt.t

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

val compare : t -> t -> int

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