Building a query engine from first principles in Rust.
- Coming Soon...
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure you have the following tools installed on your system:
- Rust (latest stable version): Installation guide
- Cargo (comes with Rust installation)
-
Clone the repository
git clone https://github.com/athultr1997/rust-query-engine.git cd rust-query-engine
-
Build the project
cargo build
-
Run tests
cargo test
Coming Soon..