Context-Generic Programming Updates: v0.3.0 Release and New Chapters
3 points by maybevoid 5 months ago | 1 comment- maybevoid 5 months agoI'm excited to announce the release of v0.3.0 of the `cgp` crate, along with several new chapters of the CGP Patterns book!
Check out the linked blog post for more details. I also include here a summary of updates in this release:
- New chapters for Context-Generic Programming Patterns
- `cgp` v0.3.0 Crate Release- Associated Types - Error Handling - Field Accessors
- New `cgp_type!` Macro - New `#[cgp_auto_getter]` Macro - New `#[cgp_getter]` Macro - New `CanWrapError` Trait - New `cgp-error-anyhow` Crate - New `cgp-runtime` Crate
- 5 months ago