| Crates.io | redis-protocol-parser |
| lib.rs | redis-protocol-parser |
| version | 0.1.2 |
| created_at | 2020-11-12 13:38:53.884132+00 |
| updated_at | 2020-11-15 23:48:42.735172+00 |
| description | REdis Syntax Protocol (RESP) parser library without any dependency. |
| homepage | |
| repository | https://github.com/hbina/redis-protocol-parser |
| max_upload_size | |
| id | 311568 |
| size | 17,312 |
A very simple(but hopefully complete) implementation of Redis Protocol (RESP) library.
I find other libraries too complicated for what its trying to do.
I believe there is a much simpler way.
Using pest makes parsing and describing the RESP grammar trivial.
I also needed this for my dream Redis implementation xD.