Skip to content

AzureHaze21/PacketPacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

PacketPacker

Example

#include "struct.h"

int main()
{
  auto p = pack(0xABCDEF, 123.f, 99., 'c', "string");
  auto tuple = unpack<int, float, double, char, std::string>(p);

  return 0;
}

About

c++ implementation of python's struct module, kind of

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages