CppSerdes  1.0
A serialization/deserialization library designed with embedded systems in mind
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 12]
 NserdesCppSerdes library namespace
 Ninit_formatterInit_formatter() constructs a serdes::formatter object lambda without using dynamic memory allocation. A number of different use cases are supported, see serdes::formatter for examples
 Ninit_this_formatterInit_this_formatter() constructs a serdes::formatter object lambda without using dynamic memory allocation. Same as init_formatter but captures "this", only necessary for older compilers which don't capture "this" automatically
 NliteralsFixed size literals, useful when specifying serialization actions to convey exact bit widths