# Summary
# Getting Started
- [Installation and Linking](getting-started/installation.md)
- [Quick Start](getting-started/quickstart.md)
# Code Generation
- [Overview](codegen/overview.md)
- [Type Mappings](codegen/type-mappings.md)
- [Optional Fields](codegen/optional-fields.md)
- [Tagged Fields](codegen/tagged-fields.md)
- [CHOICE Dispatch](codegen/choice.md)
- [Constraints](codegen/constraints.md)
- [Arena Allocator](codegen/arena-allocator.md)
- [Build Integration](codegen/build-integration.md)
# API Reference
- [Overview](api/overview.md)
- [Error Handling](api/errors.md)
- [Decoder](api/decoder.md)
- [Encoder](api/encoder.md)
- [Types](api/types.md)
- [X.509 PKI](api/pki.md)
- [CMS](api/cms.md)
# Memory Management
- [Ownership and Lifetimes](memory.md)
# Examples
- [Example Programs](examples/index.md)