diff --git a/rust/Cargo.lock b/src/main/rust/Cargo.lock similarity index 100% rename from rust/Cargo.lock rename to src/main/rust/Cargo.lock diff --git a/rust/Cargo.toml b/src/main/rust/Cargo.toml similarity index 100% rename from rust/Cargo.toml rename to src/main/rust/Cargo.toml diff --git a/rust/src/bin/multi_threaded.rs b/src/main/rust/src/bin/multi_threaded.rs similarity index 100% rename from rust/src/bin/multi_threaded.rs rename to src/main/rust/src/bin/multi_threaded.rs diff --git a/rust/src/bin/polars.rs b/src/main/rust/src/bin/polars.rs similarity index 100% rename from rust/src/bin/polars.rs rename to src/main/rust/src/bin/polars.rs diff --git a/rust/src/bin/referenceImpl.rs b/src/main/rust/src/bin/referenceImpl.rs similarity index 100% rename from rust/src/bin/referenceImpl.rs rename to src/main/rust/src/bin/referenceImpl.rs diff --git a/rust/src/bin/single_thread.rs b/src/main/rust/src/bin/single_thread.rs similarity index 100% rename from rust/src/bin/single_thread.rs rename to src/main/rust/src/bin/single_thread.rs diff --git a/rust/src/main.rs b/src/main/rust/src/main.rs similarity index 100% rename from rust/src/main.rs rename to src/main/rust/src/main.rs