Skip to content

Commit 4528181

Browse files
committed
Add discussion links
1 parent 6d56e78 commit 4528181

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

blog/2026-02-28-v0.7.0-release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ tags: [release]
1010

1111
<!-- truncate -->
1212

13+
## Discussion
14+
15+
Discuss on [GitHub](https://github.com/orgs/contextgeneric/discussions/21), [Reddit](https://www.reddit.com/r/rust/comments/1rhwxnd/supercharge_rust_functions_with_implicit/), [Lobsters](https://lobste.rs/s/6gcdzl/supercharge_rust_functions_with), and [Hacker News](https://news.ycombinator.com/item?id=47206419).
16+
1317
## What is CGP?
1418

1519
If you are new here, Context-Generic Programming (CGP) is a modular programming paradigm for Rust that unlocks powerful design patterns for writing code that is generic over a context (`Self`) type. CGP lets you define functions and implementations that work across many different context types without any manual boilerplate, all through Rust's own trait system and with zero runtime overhead.

0 commit comments

Comments
 (0)