layout_id 0.0.1

Layout id is a compiler plugin to generate a unique id for a type that changes if it's memory layout changes
Documentation
1
2
3
4
5
6
extern crate layout_id;

#[test]
fn test() {
    layout_id::test();
}