JasonCoombs / marshalling

=nil; Foundation's Marshalling Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=nil; Foundation Marshalling Library

This library is used throughout the project to transform data from one type to another. To define representation rules for custom type we use template-defined pseudo-DSL.

Building

This library uses Boost CMake build modules (https://github.com/BoostCMake/cmake_modules.git). To actually include this library in a project it is required to:

  1. Add CMake Modules as submodule to target project repository.
  2. Add all the internal dependencies using CMake Modules as submodules to target project repository.
  3. Initialize parent project with CMake Modules (Look at crypto3 for the example)

Dependencies

Internal

External

About

=nil; Foundation's Marshalling Library

License:MIT License


Languages

Language:C++ 98.9%Language:CMake 1.1%