af-move-type-derive 0.6.0

Derive macros for traits defined in af-move-type.
Documentation
1
2
3
4
5
error: Structs can't be empty. If a Move struct is empty, then in the Rust equivalent it must have a single field of type `bool`. This is because the BCS of an empty Move struct encodes a single boolean dummy field.
 --> tests/empty_tuple_struct.rs:6:15
  |
6 | pub struct Otw();
  |               ^^