You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/_index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,10 @@ sort_by = "weight"
12
12
13
13
I am thrilled to announce the release of `cgp`[v0.4.2](https://github.com/contextgeneric/cgp/releases/tag/v0.4.2), along with full support for using [**extensible records and variants**](/blog/extensible-datatypes-part-1/) in Rust!
14
14
15
-
Read the blog post for more details: [**Programming Extensible Data Types in Rust with CGP - Part 1: Modular App Construction and Extensible Builders**](/blog/extensible-datatypes-part-1/).
15
+
Read the blog series **Programming Extensible Data Types in Rust with CGP** for more details:
16
+
17
+
-[**Part 1: Modular App Construction and Extensible Builders**](/blog/extensible-datatypes-part-1/)
18
+
-[**Part 2: Modular Interpreters and Extensible Visitors**](/blog/extensible-datatypes-part-2/)
0 commit comments