Introduction to Context-Generic Programming in Rust
Details
Soares, with: Introduction to Context-Generic Programming in Rust
Context-generic programming (CGP) is a new programming paradigm for Rust that allows strongly-typed components to be implemented and composed in a modular, generic, and type-safe way. In this talk, I will walk through some simple examples of programming in CGP, and explain how I make use of Rust's trait system to make it possible to write such code. More details about CGP are available at https://contextgeneric.dev/.