Skip to content

bintoken/bintoken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bintoken

Bintoken is a binary encoding format that supports the following types.

Type Description
Boolean True and false values
Integer Signed integers of 8, 16, 32, and 64 bits size.
Floating-point IEEE 754 single and double precision.
String UTF-8 encoded character sequence.
Binary data A sequence of raw octets (better known as a byte-array.)
Nullable Used to indicate the absence of data.
Groups Used to encoded composite data types.

Links

About

Binary token encoding format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors