serde_amqp_derive 0.2.1

Custom derive macros for serde_amqp
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changelog

## 0.2.1

1. Allow using raw u64 as the descriptor code (ie. `0x0000_0000_0000_0000`)

## 0.2.0

1. Fixed [#117]https://github.com/minghuaw/fe2o3-amqp/issues/117

## 0.1.2

1. Fixed generated `where` clause not using re-exported `serde`

## 0.1.1

1. Fixed clippy warnings except for too_many_arguments