We often need to receive, validate, and process data objects. Sometimes, an array might be too dumb for the task at hand, requiring several unpleasant control structures to validate and setup.
Provides a macro to allows creation of a simple byte-array backed structs. Such struct has a predefined size and allocated on the stack. Licensed under the Apache License, Version 2.0 (the "License"); ...