summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsneurlax <sneurlax@gmail.com>2024-10-10 21:30:28 -0500
committersneurlax <sneurlax@gmail.com>2024-10-10 21:30:28 -0500
commit3ceeecc3bc0213622efa7b6135f442ff2da14286 (patch)
tree2c66e2db46dbe4069e21a2fb74c51d834c9230f2
parentc2c2f2c00dba3b7253627ddfaec37b2d015ba36b (diff)
/monero_rust -> /monero.rs
just to match the style in impls and sneurlax/monero_c -> MrCyjaneK/monero_c
-rw-r--r--impls/monero.rs/.gitignore (renamed from impls/monero_rust/.gitignore)0
-rw-r--r--impls/monero.rs/Cargo.lock (renamed from impls/monero_rust/Cargo.lock)0
-rw-r--r--impls/monero.rs/Cargo.toml (renamed from impls/monero_rust/Cargo.toml)0
-rw-r--r--impls/monero.rs/LICENSE (renamed from impls/monero_rust/LICENSE)0
-rw-r--r--impls/monero.rs/README.md (renamed from impls/monero_rust/README.md)2
-rw-r--r--impls/monero.rs/build.rs (renamed from impls/monero_rust/build.rs)0
-rw-r--r--impls/monero.rs/example/Cargo.lock (renamed from impls/monero_rust/example/Cargo.lock)0
-rw-r--r--impls/monero.rs/example/Cargo.toml (renamed from impls/monero_rust/example/Cargo.toml)0
-rw-r--r--impls/monero.rs/example/src/main.rs (renamed from impls/monero_rust/example/src/main.rs)0
-rwxr-xr-ximpls/monero.rs/scripts/build_monero_c.sh (renamed from impls/monero_rust/scripts/build_monero_c.sh)0
-rw-r--r--impls/monero.rs/src/bindings.rs (renamed from impls/monero_rust/src/bindings.rs)0
-rw-r--r--impls/monero.rs/src/lib.rs (renamed from impls/monero_rust/src/lib.rs)0
-rw-r--r--impls/monero.rs/src/main.rs (renamed from impls/monero_rust/src/main.rs)0
13 files changed, 1 insertions, 1 deletions
diff --git a/impls/monero_rust/.gitignore b/impls/monero.rs/.gitignore
index e5eea29..e5eea29 100644
--- a/impls/monero_rust/.gitignore
+++ b/impls/monero.rs/.gitignore
diff --git a/impls/monero_rust/Cargo.lock b/impls/monero.rs/Cargo.lock
index bf7f0e5..bf7f0e5 100644
--- a/impls/monero_rust/Cargo.lock
+++ b/impls/monero.rs/Cargo.lock
diff --git a/impls/monero_rust/Cargo.toml b/impls/monero.rs/Cargo.toml
index af37515..af37515 100644
--- a/impls/monero_rust/Cargo.toml
+++ b/impls/monero.rs/Cargo.toml
diff --git a/impls/monero_rust/LICENSE b/impls/monero.rs/LICENSE
index 45a85f9..45a85f9 100644
--- a/impls/monero_rust/LICENSE
+++ b/impls/monero.rs/LICENSE
diff --git a/impls/monero_rust/README.md b/impls/monero.rs/README.md
index 87d23a3..fbac577 100644
--- a/impls/monero_rust/README.md
+++ b/impls/monero.rs/README.md
@@ -21,7 +21,7 @@ cd scripts
or build it manually as in:
```
-git clone https://git.mrcyjanek.net/sneurlax/monero_c --branch rust
+git clone https://git.mrcyjanek.net/MrCyjaneK/monero_c --branch rust
cd monero_c
git submodule update --init --recursive
rm -rf monero wownero release # Clean any previous builds.
diff --git a/impls/monero_rust/build.rs b/impls/monero.rs/build.rs
index c3dd63a..c3dd63a 100644
--- a/impls/monero_rust/build.rs
+++ b/impls/monero.rs/build.rs
diff --git a/impls/monero_rust/example/Cargo.lock b/impls/monero.rs/example/Cargo.lock
index d921e0d..d921e0d 100644
--- a/impls/monero_rust/example/Cargo.lock
+++ b/impls/monero.rs/example/Cargo.lock
diff --git a/impls/monero_rust/example/Cargo.toml b/impls/monero.rs/example/Cargo.toml
index e0b7823..e0b7823 100644
--- a/impls/monero_rust/example/Cargo.toml
+++ b/impls/monero.rs/example/Cargo.toml
diff --git a/impls/monero_rust/example/src/main.rs b/impls/monero.rs/example/src/main.rs
index aae688b..aae688b 100644
--- a/impls/monero_rust/example/src/main.rs
+++ b/impls/monero.rs/example/src/main.rs
diff --git a/impls/monero_rust/scripts/build_monero_c.sh b/impls/monero.rs/scripts/build_monero_c.sh
index a92adfe..a92adfe 100755
--- a/impls/monero_rust/scripts/build_monero_c.sh
+++ b/impls/monero.rs/scripts/build_monero_c.sh
diff --git a/impls/monero_rust/src/bindings.rs b/impls/monero.rs/src/bindings.rs
index 6ef0c8f..6ef0c8f 100644
--- a/impls/monero_rust/src/bindings.rs
+++ b/impls/monero.rs/src/bindings.rs
diff --git a/impls/monero_rust/src/lib.rs b/impls/monero.rs/src/lib.rs
index 2175083..2175083 100644
--- a/impls/monero_rust/src/lib.rs
+++ b/impls/monero.rs/src/lib.rs
diff --git a/impls/monero_rust/src/main.rs b/impls/monero.rs/src/main.rs
index aae688b..aae688b 100644
--- a/impls/monero_rust/src/main.rs
+++ b/impls/monero.rs/src/main.rs