Bare_encodingSourceBARE runtime library.
See the spec.
of_bytes_exn dec bs uses dec to decode a value of type 'a from bytes stored in bs.
Same as of_bytes_exn but doesn't raise.
Decode a value stored in the string. See of_bytes_exn for more details.
Safe version of of_string_exn
Encode a value of type 'a into a string using the given encoder.