foobar_db 0.0.1

FoobarDB is an in-memory database implemented in Rust that supports the RESP protocol.
Documentation
1
2
3
4
5
pub mod command;
pub mod parser;
pub mod parser_test;
pub mod resp;
pub mod resp_test;