Erk- / RRust

RRust, a reversible Rust DSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a way to make custom reversible functions

Erk- opened this issue · comments

commented

At the moment functions that have a inverse counterpart are hardcoded, for example forward gets turned into backwards, if it was possible to implement a trait in some way to generalize it would make it easier to extend RRust.