Skip to content
/ lib Public

Decoders and encoders for basic BARE types

License

Notifications You must be signed in to change notification settings

bare-ts/lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4c5b501 · Jun 11, 2023

History

48 Commits
Mar 28, 2023
Mar 28, 2023
Jun 11, 2023
Jun 11, 2023
Jan 2, 2022
Jan 2, 2022
Mar 28, 2023
Jun 11, 2023
Mar 28, 2023
Mar 28, 2023
Jan 5, 2022
Mar 28, 2023
Mar 28, 2023
Mar 28, 2023
Mar 28, 2023

Repository files navigation

bare-ts library

CI status Coverage percentage minified and gzipped size NPM version

BARE (Binary Application Record Encoding) is a schema-based binary format that favors compactness and simplicity. bare-ts/lib provides decoders and encoders for basic BARE types.

Please, take a look to bare-ts/tools for more information.

Warning: BARE specification is currently a IEF draft. The specification is likely to evolve before its final release. bare-ts implements an ongoing draft that is not published yet.