package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val encode : string -> Segment.t

2 Encoding of binary strings to segment. Mainly for testing.

Encode a binary string to a segment

val decode : Segment.t -> string option

Decode a segment to a binary string