Trangar
|
8c1279feab
|
functions to enable encoding/decoding serde types (#422)
* functions to enable encoding/decoding serde types
* Removed dev feature I forgot to remove
* Centralized option variant and len() decoding/encoding
|
2021-11-08 12:38:29 +01:00 |
Victor Koenders
|
707d0d238f
|
Made all encode and decode functions always require a Config, removed _with_config functions
|
2021-10-21 14:19:40 +02:00 |
Lena Hellström
|
e232454936
|
Refactor and rename encoders
|
2021-10-17 16:22:14 +02:00 |
Trangar
|
a27b63b7fa
|
Make bincode_derive 0 dependencies (#409)
Removed `syn`, `quote` and `proc_macro2` dependency
|
2021-10-12 15:53:02 +02:00 |