summary refs log tree commit diff stats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2022-08-18Attempt support for dyn Trait in HolderSoniEx2
This is a potentially-breaking change, so 0.2.0.
2022-06-23Relicense to MIT/Apache2SoniEx2
It has come to our attention that others have independently come up with the same techniques we used here before us. In particular, ouroboros uses the same ub_check technique. The only advantage of this crate is the ability to have full Self-references which is something apparently nobody else has ever needed.
2022-06-19Deprecate trait SelfRefSoniEx2
It isn't needed
2022-06-17Add some Cell implsSoniEx2
2022-06-16Fix exampleSoniEx2
2022-06-16Add linksSoniEx2
2022-06-16[Project] selfref.rsSoniEx2
Pain-free self-referential pinned types