From 9e677284c5760fd71ad73f6bf2c8fe65030989cc Mon Sep 17 00:00:00 2001 From: daleclack Date: Thu, 17 Feb 2022 16:41:40 +0800 Subject: [PATCH] Rename Folder --- {rust_tests => Rust_tests}/README.md | 0 Rust_tests/XeRelease_Rust/Cargo.lock | 93 +++++++++++++++++++ Rust_tests/XeRelease_Rust/Cargo.toml | 9 ++ Rust_tests/XeRelease_Rust/src/main.rs | 5 + .../rust_date_duration/.vscode/launch.json | 0 .../rust_date_duration/Cargo.lock | 0 .../rust_date_duration/Cargo.toml | 0 .../rust_date_duration/src/main.rs | 0 .../rust_env_test/.vscode/launch.json | 0 .../rust_env_test/Cargo.lock | 0 .../rust_env_test/Cargo.toml | 0 .../rust_env_test/src/main.rs | 0 .../rust_file/.vscode/launch.json | 0 .../rust_file/Cargo.lock | 0 .../rust_file/Cargo.toml | 0 .../rust_file/src/main.rs | 0 {rust_tests => Rust_tests}/rust_file/xe-7.x | 0 .../rust_test/Cargo.lock | 0 .../rust_test/Cargo.toml | 0 .../rust_test/src/main.rs | 0 .../rust_test/src/test.rs | 0 .../rust_test/src/test2.rs | 0 .../rust_test/src/test3.rs | 0 .../rust_timer/.vscode/launch.json | 0 .../rust_timer/Cargo.lock | 0 .../rust_timer/Cargo.toml | 0 .../rust_timer/src/main.rs | 0 .../xeinit_rust/.vscode/launch.json | 0 .../xeinit_rust/Cargo.lock | 0 .../xeinit_rust/Cargo.toml | 0 .../xeinit_rust/src/main.rs | 0 31 files changed, 107 insertions(+) rename {rust_tests => Rust_tests}/README.md (100%) create mode 100644 Rust_tests/XeRelease_Rust/Cargo.lock create mode 100644 Rust_tests/XeRelease_Rust/Cargo.toml create mode 100644 Rust_tests/XeRelease_Rust/src/main.rs rename {rust_tests => Rust_tests}/rust_date_duration/.vscode/launch.json (100%) rename {rust_tests => Rust_tests}/rust_date_duration/Cargo.lock (100%) rename {rust_tests => Rust_tests}/rust_date_duration/Cargo.toml (100%) rename {rust_tests => Rust_tests}/rust_date_duration/src/main.rs (100%) rename {rust_tests => Rust_tests}/rust_env_test/.vscode/launch.json (100%) rename {rust_tests => Rust_tests}/rust_env_test/Cargo.lock (100%) rename {rust_tests => Rust_tests}/rust_env_test/Cargo.toml (100%) rename {rust_tests => Rust_tests}/rust_env_test/src/main.rs (100%) rename {rust_tests => Rust_tests}/rust_file/.vscode/launch.json (100%) rename {rust_tests => Rust_tests}/rust_file/Cargo.lock (100%) rename {rust_tests => Rust_tests}/rust_file/Cargo.toml (100%) rename {rust_tests => Rust_tests}/rust_file/src/main.rs (100%) rename {rust_tests => Rust_tests}/rust_file/xe-7.x (100%) rename {rust_tests => Rust_tests}/rust_test/Cargo.lock (100%) rename {rust_tests => Rust_tests}/rust_test/Cargo.toml (100%) rename {rust_tests => Rust_tests}/rust_test/src/main.rs (100%) rename {rust_tests => Rust_tests}/rust_test/src/test.rs (100%) rename {rust_tests => Rust_tests}/rust_test/src/test2.rs (100%) rename {rust_tests => Rust_tests}/rust_test/src/test3.rs (100%) rename {rust_tests => Rust_tests}/rust_timer/.vscode/launch.json (100%) rename {rust_tests => Rust_tests}/rust_timer/Cargo.lock (100%) rename {rust_tests => Rust_tests}/rust_timer/Cargo.toml (100%) rename {rust_tests => Rust_tests}/rust_timer/src/main.rs (100%) rename {rust_tests => Rust_tests}/xeinit_rust/.vscode/launch.json (100%) rename {rust_tests => Rust_tests}/xeinit_rust/Cargo.lock (100%) rename {rust_tests => Rust_tests}/xeinit_rust/Cargo.toml (100%) rename {rust_tests => Rust_tests}/xeinit_rust/src/main.rs (100%) diff --git a/rust_tests/README.md b/Rust_tests/README.md similarity index 100% rename from rust_tests/README.md rename to Rust_tests/README.md diff --git a/Rust_tests/XeRelease_Rust/Cargo.lock b/Rust_tests/XeRelease_Rust/Cargo.lock new file mode 100644 index 0000000..3be8b50 --- /dev/null +++ b/Rust_tests/XeRelease_Rust/Cargo.lock @@ -0,0 +1,93 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "XeRelease_Rust" +version = "0.1.0" +dependencies = [ + "chrono", +] + +[[package]] +name = "autocfg" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" + +[[package]] +name = "chrono" +version = "0.4.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" +dependencies = [ + "libc", + "num-integer", + "num-traits", + "time", + "winapi", +] + +[[package]] +name = "libc" +version = "0.2.118" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06e509672465a0504304aa87f9f176f2b2b716ed8fb105ebe5c02dc6dce96a94" + +[[package]] +name = "num-integer" +version = "0.1.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" +dependencies = [ + "autocfg", + "num-traits", +] + +[[package]] +name = "num-traits" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" +dependencies = [ + "autocfg", +] + +[[package]] +name = "time" +version = "0.1.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" +dependencies = [ + "libc", + "wasi", + "winapi", +] + +[[package]] +name = "wasi" +version = "0.10.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" + +[[package]] +name = "winapi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" +dependencies = [ + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", +] + +[[package]] +name = "winapi-i686-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + +[[package]] +name = "winapi-x86_64-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" diff --git a/Rust_tests/XeRelease_Rust/Cargo.toml b/Rust_tests/XeRelease_Rust/Cargo.toml new file mode 100644 index 0000000..761cecc --- /dev/null +++ b/Rust_tests/XeRelease_Rust/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "XeRelease_Rust" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +chrono = "0.4.19" diff --git a/Rust_tests/XeRelease_Rust/src/main.rs b/Rust_tests/XeRelease_Rust/src/main.rs new file mode 100644 index 0000000..42f1e73 --- /dev/null +++ b/Rust_tests/XeRelease_Rust/src/main.rs @@ -0,0 +1,5 @@ +use chrono::*; + +fn main() { + println!("Hello, world!"); +} diff --git a/rust_tests/rust_date_duration/.vscode/launch.json b/Rust_tests/rust_date_duration/.vscode/launch.json similarity index 100% rename from rust_tests/rust_date_duration/.vscode/launch.json rename to Rust_tests/rust_date_duration/.vscode/launch.json diff --git a/rust_tests/rust_date_duration/Cargo.lock b/Rust_tests/rust_date_duration/Cargo.lock similarity index 100% rename from rust_tests/rust_date_duration/Cargo.lock rename to Rust_tests/rust_date_duration/Cargo.lock diff --git a/rust_tests/rust_date_duration/Cargo.toml b/Rust_tests/rust_date_duration/Cargo.toml similarity index 100% rename from rust_tests/rust_date_duration/Cargo.toml rename to Rust_tests/rust_date_duration/Cargo.toml diff --git a/rust_tests/rust_date_duration/src/main.rs b/Rust_tests/rust_date_duration/src/main.rs similarity index 100% rename from rust_tests/rust_date_duration/src/main.rs rename to Rust_tests/rust_date_duration/src/main.rs diff --git a/rust_tests/rust_env_test/.vscode/launch.json b/Rust_tests/rust_env_test/.vscode/launch.json similarity index 100% rename from rust_tests/rust_env_test/.vscode/launch.json rename to Rust_tests/rust_env_test/.vscode/launch.json diff --git a/rust_tests/rust_env_test/Cargo.lock b/Rust_tests/rust_env_test/Cargo.lock similarity index 100% rename from rust_tests/rust_env_test/Cargo.lock rename to Rust_tests/rust_env_test/Cargo.lock diff --git a/rust_tests/rust_env_test/Cargo.toml b/Rust_tests/rust_env_test/Cargo.toml similarity index 100% rename from rust_tests/rust_env_test/Cargo.toml rename to Rust_tests/rust_env_test/Cargo.toml diff --git a/rust_tests/rust_env_test/src/main.rs b/Rust_tests/rust_env_test/src/main.rs similarity index 100% rename from rust_tests/rust_env_test/src/main.rs rename to Rust_tests/rust_env_test/src/main.rs diff --git a/rust_tests/rust_file/.vscode/launch.json b/Rust_tests/rust_file/.vscode/launch.json similarity index 100% rename from rust_tests/rust_file/.vscode/launch.json rename to Rust_tests/rust_file/.vscode/launch.json diff --git a/rust_tests/rust_file/Cargo.lock b/Rust_tests/rust_file/Cargo.lock similarity index 100% rename from rust_tests/rust_file/Cargo.lock rename to Rust_tests/rust_file/Cargo.lock diff --git a/rust_tests/rust_file/Cargo.toml b/Rust_tests/rust_file/Cargo.toml similarity index 100% rename from rust_tests/rust_file/Cargo.toml rename to Rust_tests/rust_file/Cargo.toml diff --git a/rust_tests/rust_file/src/main.rs b/Rust_tests/rust_file/src/main.rs similarity index 100% rename from rust_tests/rust_file/src/main.rs rename to Rust_tests/rust_file/src/main.rs diff --git a/rust_tests/rust_file/xe-7.x b/Rust_tests/rust_file/xe-7.x similarity index 100% rename from rust_tests/rust_file/xe-7.x rename to Rust_tests/rust_file/xe-7.x diff --git a/rust_tests/rust_test/Cargo.lock b/Rust_tests/rust_test/Cargo.lock similarity index 100% rename from rust_tests/rust_test/Cargo.lock rename to Rust_tests/rust_test/Cargo.lock diff --git a/rust_tests/rust_test/Cargo.toml b/Rust_tests/rust_test/Cargo.toml similarity index 100% rename from rust_tests/rust_test/Cargo.toml rename to Rust_tests/rust_test/Cargo.toml diff --git a/rust_tests/rust_test/src/main.rs b/Rust_tests/rust_test/src/main.rs similarity index 100% rename from rust_tests/rust_test/src/main.rs rename to Rust_tests/rust_test/src/main.rs diff --git a/rust_tests/rust_test/src/test.rs b/Rust_tests/rust_test/src/test.rs similarity index 100% rename from rust_tests/rust_test/src/test.rs rename to Rust_tests/rust_test/src/test.rs diff --git a/rust_tests/rust_test/src/test2.rs b/Rust_tests/rust_test/src/test2.rs similarity index 100% rename from rust_tests/rust_test/src/test2.rs rename to Rust_tests/rust_test/src/test2.rs diff --git a/rust_tests/rust_test/src/test3.rs b/Rust_tests/rust_test/src/test3.rs similarity index 100% rename from rust_tests/rust_test/src/test3.rs rename to Rust_tests/rust_test/src/test3.rs diff --git a/rust_tests/rust_timer/.vscode/launch.json b/Rust_tests/rust_timer/.vscode/launch.json similarity index 100% rename from rust_tests/rust_timer/.vscode/launch.json rename to Rust_tests/rust_timer/.vscode/launch.json diff --git a/rust_tests/rust_timer/Cargo.lock b/Rust_tests/rust_timer/Cargo.lock similarity index 100% rename from rust_tests/rust_timer/Cargo.lock rename to Rust_tests/rust_timer/Cargo.lock diff --git a/rust_tests/rust_timer/Cargo.toml b/Rust_tests/rust_timer/Cargo.toml similarity index 100% rename from rust_tests/rust_timer/Cargo.toml rename to Rust_tests/rust_timer/Cargo.toml diff --git a/rust_tests/rust_timer/src/main.rs b/Rust_tests/rust_timer/src/main.rs similarity index 100% rename from rust_tests/rust_timer/src/main.rs rename to Rust_tests/rust_timer/src/main.rs diff --git a/rust_tests/xeinit_rust/.vscode/launch.json b/Rust_tests/xeinit_rust/.vscode/launch.json similarity index 100% rename from rust_tests/xeinit_rust/.vscode/launch.json rename to Rust_tests/xeinit_rust/.vscode/launch.json diff --git a/rust_tests/xeinit_rust/Cargo.lock b/Rust_tests/xeinit_rust/Cargo.lock similarity index 100% rename from rust_tests/xeinit_rust/Cargo.lock rename to Rust_tests/xeinit_rust/Cargo.lock diff --git a/rust_tests/xeinit_rust/Cargo.toml b/Rust_tests/xeinit_rust/Cargo.toml similarity index 100% rename from rust_tests/xeinit_rust/Cargo.toml rename to Rust_tests/xeinit_rust/Cargo.toml diff --git a/rust_tests/xeinit_rust/src/main.rs b/Rust_tests/xeinit_rust/src/main.rs similarity index 100% rename from rust_tests/xeinit_rust/src/main.rs rename to Rust_tests/xeinit_rust/src/main.rs