identifier 0.1.3

Generate 128 bits id structs easily
Documentation
1
2
3
4
5
error: Only `u128` primitive type is supported.
  --> $DIR/invalid-struct-primitive.rs:15:11
   |
15 | struct Id(u64);
   |           ^^^