Skip to content

eiffel-wrap-c/wrap_mpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wrap_mpack

wrap_mpack is an Eiffel binding of mpack C library using WrapC tool.

mpack is a C implementation of an encoder and decoder for the MessagePack serialization format.

Requirements

Status

The binding is work in progress. Tested on Linux and Windows 64 bits.

Download and Install

The MPack code is small enough so it's embedded directly into wrap_mpack codebase. Using the amalgamation package, so the mpack.h and mpack.c are already part of the wrap_mpack library

Linux

cd library
./generator.sh

Windows

cd library
generator.bat

Examples

  • Writer API shows how to encodes structured data to MessagePack.
  • Node API shows how to parse a chunk of MessagePack data into an immutable tree of dynamically-typed nodes.

About

Eiffel binding for the MessagePack serialization format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages