Rustize HPX

Google Summer of Code 2024 @ HPX, STEllAR Group

Motivation:

HPX, as a framework designed for high performance computing. Which focuses on parallelism while hiding concurrency from the user (unlike openmp). Since it's written in C++ so, it causes concerns of Memory Safety (According to White House press release) Thus, interoping it to a memory safe language that turns out to be Rust.