Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pre-release version of cgp, and revise chapters #24

Merged
merged 11 commits into from
Jan 7, 2025
43 changes: 26 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cgp-field = { git = "https://github.com/contextgeneric/cgp.git
cgp-field-macro = { git = "https://github.com/contextgeneric/cgp.git" }
cgp-field-macro-lib = { git = "https://github.com/contextgeneric/cgp.git" }
cgp-error = { git = "https://github.com/contextgeneric/cgp.git" }
cgp-error-extra = { git = "https://github.com/contextgeneric/cgp.git" }
cgp-error-anyhow = { git = "https://github.com/contextgeneric/cgp.git" }
cgp-run = { git = "https://github.com/contextgeneric/cgp.git" }
cgp-runtime = { git = "https://github.com/contextgeneric/cgp.git" }
Expand Down
2 changes: 2 additions & 0 deletions content/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
- [Error Reporting](error-reporting.md)
- [Error Wrapping](error-wrapping.md)
- [Field Accessors](field-accessors.md)
- [Generic Accessor Providers](generic-accessor-providers.md)
- [The `UseField` Pattern](use-field-pattern.md)
- [Component Presets]()
- [Trait-Generic Providers]()
- [`WithProvider`]()
Expand Down
Loading
Loading