Gilad Naaman

Results 2 issues of Gilad Naaman

Previously on memoffset: - https://github.com/Gilnaa/memoffset/issues/4 Constant evaluation mostly stable with the exception of the inability to take address of a Cell in `const` which still requires nightly and [`#![feature(const_refs_to_cell)]`](https://github.com/rust-lang/rust/issues/80384).

This PR adds a very basic JUnit formatter, and should probably not be merged without further discussion. This output format is widely used, but sadly is not standardized. The best...