- 1. Introduction
- 1.1. Example
- User Guide
- 2. Basics
- 2.1. Terminology
- 2.2. The First Steps
- 2.3. Attributes, Arguments, and Sub-Arguments
- 2.4. Getters and Setters
- 2.4.1. Accessors
- 2.4.2. Setters
- 2.4.3. Mutability
- 2.4.4. Coercion
- 2.4.5. Field Or Method
- 2.5. Default
- 2.6. Construction
- 2.6.1. Builder Pattern
- 2.7. Optional Values
- 2.8. Modes Of Operation
- 2.9. Locks
- 2.10. Lazy Field Initialization
- 2.10.1. Laziness Protocol
- 2.11. Async Mode Of Operation
- 2.12. Reference Counted Structs
- 2.13. Visibility
- 2.14. Generated Entity Attributes
- 2.15. Documentation
- 2.16. Serialization
- 3. More On Locks
- 4. Lock'n'Lazy
- 5. Inner Workings
- 6. Feature Flags
- 7. Index
- 8. References
- 9. Release Notes
- 9.1. v0.2.0
- 10. CHANGELOG