Skip to content

Nim_cwpack is a Nim wrapper for the CWPack(CWPack is a lightweight and yet complete implementation of the MessagePack serialization format version 5.) library

Notifications You must be signed in to change notification settings

muxueqz/nim_cwpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

nim_cwpack

Nim_cwpack is a Nim wrapper for the CWPack library

CWPack is a lightweight and yet complete implementation of the MessagePack serialization format version 5.

Nim_cwpack is distributed as a Nimble package and depends on nimgen and c2nim to generate the wrappers. The rax source code is downloaded using git.

Installation

Nim_cwpack can be installed via Nimble:

> nimble install nimgen

> git clone https://github.com/muxueqz/Nim_cwpack
> cd nim_cwpack
> nimble install -y

This will download, wrap and install nim_cwpack in the standard Nimble package location, typically ~/.nimble. Once installed, it can be imported into any Nim program.

About

Nim_cwpack is a Nim wrapper for the CWPack(CWPack is a lightweight and yet complete implementation of the MessagePack serialization format version 5.) library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages