summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2022-12-11Don't run trybuild on miri feature/more-closuresSoniEx2
2022-12-11Add tests for moving the pinSoniEx2
2022-12-05Use closures for new_withSoniEx2
2022-12-04Add test by steffahnSoniEx2
2022-12-04Use a wrapper struct to enable closuresSoniEx2
2022-10-08Improve errorsSoniEx2
2022-10-08Fix support for ?SizedSoniEx2
2022-10-07Port to Rust 1.65.0SoniEx2
2022-08-28Improve crate documentationSoniEx2
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