Skip to content

dukelec/msgpackel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MessagePackEL

This is the little-endian version of MessagePack, except the endianness is different, the rest is exactly the same as MessagePack.

C library: msgpackel_c (big-endian version: msgpack_c)

Python library: msgpackel_py (base on u-msgpack-python)

Javascript library: msgpackel_js (base on ygoe/msgpack)

MIME type:

  • original msgpack: application/msgpack
  • msgpackel: application/msgpackel

Short file extension: (preferred)

  • original msgpack: .mpk
  • msgpackel: .mpkl

Full file extension: (optional)

  • original msgpack: .msgpack
  • msgpackel: .msgpackel

By convention, el is the initials of "little-endian" read in little-endian order.

Why create the little-endian version: msgpack/msgpack#313

About

The little-endian version of MessagePack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published