namedstruct
latest
1. Quick Guide
1.1. Basic Tutorial
1.2. Formatting
1.3. Advanced Examples
2. Reference
namedstruct
Docs
»
1. Quick Guide
Edit on GitHub
1. Quick Guide
¶
Following tutorials describes the basic functions of this library. See
Reference
for more details.
1.1. Basic Tutorial
1.1.1. Basic Usage
1.1.2. Variable Length Data Types
1.1.3. Common Options
1.1.4. Extend(inherit) defined structs
1.1.5. Embedded structs
1.1.6. Other Data Types
1.2. Formatting
1.2.1. Human Readable Formatting
1.2.2. Customized Human Readable Formatting
1.3. Advanced Examples
1.3.1. Struct with More Than One Variable Length Fields
1.3.2. Extend an Embedded Struct