| ▲ | kurante 4 hours ago | |
Have you seen GhostCell[1]? Seems like this could be a solution to your problem. | ||
| ▲ | zozbot234 21 minutes ago | parent | next [-] | |
The qcell crate is perhaps the most popular implementation of GhostCell-like patterns. But the ergonomics is a bit of a challenge still. | ||
| ▲ | Animats 4 hours ago | parent | prev [-] | |
Yes. There's an implementation at https://github.com/matthieu-m/ghost-cell Not clear why it never caught on. There have been many attempts to solve the Rust back reference problem, but nothing has become popular. | ||