ice-derive 0.1.0

derive macros for ice-rs
Documentation
1
2
3
4
5
6
# ice-derive #

This lib implements derive macros for [ice-rs](https://crates.io/crates/ice-rs) library. The following derive macros exist:
- `IceDerive` - add encoding and decoding
- `IceEncode` - only add encoding
- `IceDecode` - only add decoding