Binary Application Record Encoding (BARE)


The Binary Application Record Encoding (BARE) is a draft format defined at https://baremessages.org.

Decoding support for the BARE protocol:
read-bare ( schema -- obj )

bare> ( encoded schema -- obj )


Encoding support for the BARE protocol:
write-bare ( obj schema -- )

>bare ( obj schema -- encoded )


Using schema files:
parse-schema ( string -- schema )

load-schema ( path -- schema )

SCHEMA: