Commit 441c3ae
authored
serde-generate / solidity: allow non-contiguous enum variant indices (#98)
## Summary
Although the derive macros of Serde always generate contiguous variant
indices, it could be desirable to relax this constraint in some cases
(see linera-io/linera-protocol#6309).
## Test Plan
CI1 parent 8bfb008 commit 441c3ae
3 files changed
Lines changed: 678 additions & 92 deletions
0 commit comments