deseresp 0.1.2

deseresp is an implementation of serializer and deserializer for Redis's RESP3 format using serde framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* Task
  - [ ] Deserialize enum
  - [x] Deserialize attribute
  - [ ] Push type {https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md#push-type}[link]
  - [ ] Streamed type {https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md#streamed-aggregated-data-types}[link]
  - [ ] Error tests
  - [ ] Position test error
  -- [ ] Lots of error tests
  -- [ ] Deserialize error (custom, invalid expect ...)
  - [x] BufMut/Buf Reader
  -- [x] Support partially deserialization
  - [ ] Hello command {https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md#the-hello-command-and-connection-handshake}[link]
  - [x] Serializer
  - [ ] Depth overflow protection