diff --git a/rust-stream/.cargo/config.toml b/src/rust/rust-stream/.cargo/config.toml similarity index 100% rename from rust-stream/.cargo/config.toml rename to src/rust/rust-stream/.cargo/config.toml diff --git a/rust-stream/.gitignore b/src/rust/rust-stream/.gitignore similarity index 100% rename from rust-stream/.gitignore rename to src/rust/rust-stream/.gitignore diff --git a/rust-stream/Cargo.lock b/src/rust/rust-stream/Cargo.lock similarity index 100% rename from rust-stream/Cargo.lock rename to src/rust/rust-stream/Cargo.lock diff --git a/rust-stream/Cargo.toml b/src/rust/rust-stream/Cargo.toml similarity index 100% rename from rust-stream/Cargo.toml rename to src/rust/rust-stream/Cargo.toml diff --git a/rust-stream/README.md b/src/rust/rust-stream/README.md similarity index 100% rename from rust-stream/README.md rename to src/rust/rust-stream/README.md diff --git a/rust-stream/rustfmt.toml b/src/rust/rust-stream/rustfmt.toml similarity index 100% rename from rust-stream/rustfmt.toml rename to src/rust/rust-stream/rustfmt.toml diff --git a/rust-stream/src/arc_stream.rs b/src/rust/rust-stream/src/arc_stream.rs similarity index 100% rename from rust-stream/src/arc_stream.rs rename to src/rust/rust-stream/src/arc_stream.rs diff --git a/rust-stream/src/crossbeam_stream.rs b/src/rust/rust-stream/src/crossbeam_stream.rs similarity index 100% rename from rust-stream/src/crossbeam_stream.rs rename to src/rust/rust-stream/src/crossbeam_stream.rs diff --git a/rust-stream/src/lib.rs b/src/rust/rust-stream/src/lib.rs similarity index 100% rename from rust-stream/src/lib.rs rename to src/rust/rust-stream/src/lib.rs diff --git a/rust-stream/src/main.rs b/src/rust/rust-stream/src/main.rs similarity index 100% rename from rust-stream/src/main.rs rename to src/rust/rust-stream/src/main.rs diff --git a/rust-stream/src/plain_stream.rs b/src/rust/rust-stream/src/plain_stream.rs similarity index 100% rename from rust-stream/src/plain_stream.rs rename to src/rust/rust-stream/src/plain_stream.rs diff --git a/rust-stream/src/rayon_stream.rs b/src/rust/rust-stream/src/rayon_stream.rs similarity index 100% rename from rust-stream/src/rayon_stream.rs rename to src/rust/rust-stream/src/rayon_stream.rs diff --git a/rust-stream/src/stream.rs b/src/rust/rust-stream/src/stream.rs similarity index 100% rename from rust-stream/src/stream.rs rename to src/rust/rust-stream/src/stream.rs diff --git a/rust-stream/src/unsafe_stream.rs b/src/rust/rust-stream/src/unsafe_stream.rs similarity index 100% rename from rust-stream/src/unsafe_stream.rs rename to src/rust/rust-stream/src/unsafe_stream.rs diff --git a/rust-stream/tests/integration_test.rs b/src/rust/rust-stream/tests/integration_test.rs similarity index 100% rename from rust-stream/tests/integration_test.rs rename to src/rust/rust-stream/tests/integration_test.rs