package sid

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Conversions to and from the string format syntax with permissive input validation.

val decode : string -> (t, string) result

decode b parse string buffer b into a SID.

val encode : t -> string

encode s convert SID s to its string representation.