diff --git a/3-99 Research/Rust/hello_world/hello_cargo/Cargo.lock b/3-99 Research/Rust/hello_world/hello_cargo/Cargo.lock new file mode 100644 index 00000000..feebdd1a --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "hello_cargo" +version = "0.1.0" diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/.rustc_info.json b/3-99 Research/Rust/hello_world/hello_cargo/target/.rustc_info.json new file mode 100644 index 00000000..c6dd6c1a --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/.rustc_info.json @@ -0,0 +1 @@ +{"rustc_fingerprint":9317237865466217508,"outputs":{"15611795083382425170":{"success":true,"status":"","code":0,"stdout":"rustc 1.84.0 (9fc6b4312 2025-01-07)\nbinary: rustc\ncommit-hash: 9fc6b43126469e3858e2fe86cafb4f0fd5068869\ncommit-date: 2025-01-07\nhost: x86_64-unknown-linux-gnu\nrelease: 1.84.0\nLLVM version: 19.1.5\n","stderr":""},"1185988223601034215":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/danesabo/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/CACHEDIR.TAG b/3-99 Research/Rust/hello_world/hello_cargo/target/CACHEDIR.TAG new file mode 100644 index 00000000..20d7c319 --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/CACHEDIR.TAG @@ -0,0 +1,3 @@ +Signature: 8a477f597d28d172789f06886806bc55 +# This file is a cache directory tag created by cargo. +# For information about cache directory tags see https://bford.info/cachedir/ diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.cargo-lock b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.cargo-lock new file mode 100644 index 00000000..e69de29b diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-b66ea95a10f4274c/bin-hello_cargo b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-b66ea95a10f4274c/bin-hello_cargo new file mode 100644 index 00000000..8f4614c4 --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-b66ea95a10f4274c/bin-hello_cargo @@ -0,0 +1 @@ +b6c7d2c84b54f2af \ No newline at end of file diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-b66ea95a10f4274c/bin-hello_cargo.json b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-b66ea95a10f4274c/bin-hello_cargo.json new file mode 100644 index 00000000..04c46256 --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-b66ea95a10f4274c/bin-hello_cargo.json @@ -0,0 +1 @@ +{"rustc":6294317376553613522,"features":"[]","declared_features":"[]","target":16232243828989287789,"profile":5601947868832436996,"path":10602529704205407992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hello_cargo-b66ea95a10f4274c/dep-bin-hello_cargo","checksum":false}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-b66ea95a10f4274c/invoked.timestamp b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-b66ea95a10f4274c/invoked.timestamp new file mode 100644 index 00000000..e00328da --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-b66ea95a10f4274c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-bd17afb77b14c685/dep-test-bin-hello_cargo b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-bd17afb77b14c685/dep-test-bin-hello_cargo new file mode 100644 index 00000000..202f0a24 Binary files /dev/null and b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-bd17afb77b14c685/dep-test-bin-hello_cargo differ diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-bd17afb77b14c685/invoked.timestamp b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-bd17afb77b14c685/invoked.timestamp new file mode 100644 index 00000000..e00328da --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-bd17afb77b14c685/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-bd17afb77b14c685/test-bin-hello_cargo b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-bd17afb77b14c685/test-bin-hello_cargo new file mode 100644 index 00000000..918f20ab --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-bd17afb77b14c685/test-bin-hello_cargo @@ -0,0 +1 @@ +01ef38ca6db97937 \ No newline at end of file diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-bd17afb77b14c685/test-bin-hello_cargo.json b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-bd17afb77b14c685/test-bin-hello_cargo.json new file mode 100644 index 00000000..35ae8728 --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-bd17afb77b14c685/test-bin-hello_cargo.json @@ -0,0 +1 @@ +{"rustc":6294317376553613522,"features":"[]","declared_features":"[]","target":16232243828989287789,"profile":11983525691607113661,"path":10602529704205407992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hello_cargo-bd17afb77b14c685/dep-test-bin-hello_cargo","checksum":false}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-c2684d703e0c25c9/invoked.timestamp b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-c2684d703e0c25c9/invoked.timestamp new file mode 100644 index 00000000..e00328da --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-c2684d703e0c25c9/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-c2684d703e0c25c9/test-bin-hello_cargo b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-c2684d703e0c25c9/test-bin-hello_cargo new file mode 100644 index 00000000..6c317906 --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-c2684d703e0c25c9/test-bin-hello_cargo @@ -0,0 +1 @@ +e9e3c9491816a523 \ No newline at end of file diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-c2684d703e0c25c9/test-bin-hello_cargo.json b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-c2684d703e0c25c9/test-bin-hello_cargo.json new file mode 100644 index 00000000..8ba542b3 --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-c2684d703e0c25c9/test-bin-hello_cargo.json @@ -0,0 +1 @@ +{"rustc":6294317376553613522,"features":"[]","declared_features":"[]","target":16232243828989287789,"profile":11983525691607113661,"path":10602529704205407992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hello_cargo-c2684d703e0c25c9/dep-test-bin-hello_cargo","checksum":false}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-f4e95273015dbfbf/bin-hello_cargo b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-f4e95273015dbfbf/bin-hello_cargo new file mode 100644 index 00000000..415828bb --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-f4e95273015dbfbf/bin-hello_cargo @@ -0,0 +1 @@ +839a55b8e0cae323 \ No newline at end of file diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-f4e95273015dbfbf/bin-hello_cargo.json b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-f4e95273015dbfbf/bin-hello_cargo.json new file mode 100644 index 00000000..d9e11673 --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-f4e95273015dbfbf/bin-hello_cargo.json @@ -0,0 +1 @@ +{"rustc":6294317376553613522,"features":"[]","declared_features":"[]","target":16232243828989287789,"profile":5601947868832436996,"path":10602529704205407992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hello_cargo-f4e95273015dbfbf/dep-bin-hello_cargo","checksum":false}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-f4e95273015dbfbf/dep-bin-hello_cargo b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-f4e95273015dbfbf/dep-bin-hello_cargo new file mode 100644 index 00000000..1fa8b896 Binary files /dev/null and b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-f4e95273015dbfbf/dep-bin-hello_cargo differ diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-f4e95273015dbfbf/invoked.timestamp b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-f4e95273015dbfbf/invoked.timestamp new file mode 100644 index 00000000..e00328da --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/.fingerprint/hello_cargo-f4e95273015dbfbf/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/deps/hello_cargo-bd17afb77b14c685.d b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/deps/hello_cargo-bd17afb77b14c685.d new file mode 100644 index 00000000..5104c158 --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/deps/hello_cargo-bd17afb77b14c685.d @@ -0,0 +1,9 @@ +/home/danesabo/Documents/Dane's Vault/3-99 Research/Rust/hello_world/hello_cargo/target/debug/deps/libhello_cargo-bd17afb77b14c685.rmeta: src/main.rs Cargo.toml + +/home/danesabo/Documents/Dane's Vault/3-99 Research/Rust/hello_world/hello_cargo/target/debug/deps/hello_cargo-bd17afb77b14c685.d: src/main.rs Cargo.toml + +src/main.rs: +Cargo.toml: + +# env-dep:CLIPPY_ARGS=--no-deps__CLIPPY_HACKERY__ +# env-dep:CLIPPY_CONF_DIR diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/deps/hello_cargo-f4e95273015dbfbf.d b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/deps/hello_cargo-f4e95273015dbfbf.d new file mode 100644 index 00000000..0300049f --- /dev/null +++ b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/deps/hello_cargo-f4e95273015dbfbf.d @@ -0,0 +1,9 @@ +/home/danesabo/Documents/Dane's Vault/3-99 Research/Rust/hello_world/hello_cargo/target/debug/deps/libhello_cargo-f4e95273015dbfbf.rmeta: src/main.rs Cargo.toml + +/home/danesabo/Documents/Dane's Vault/3-99 Research/Rust/hello_world/hello_cargo/target/debug/deps/hello_cargo-f4e95273015dbfbf.d: src/main.rs Cargo.toml + +src/main.rs: +Cargo.toml: + +# env-dep:CLIPPY_ARGS=--no-deps__CLIPPY_HACKERY__ +# env-dep:CLIPPY_CONF_DIR diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/deps/libhello_cargo-bd17afb77b14c685.rmeta b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/deps/libhello_cargo-bd17afb77b14c685.rmeta new file mode 100644 index 00000000..e69de29b diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/deps/libhello_cargo-f4e95273015dbfbf.rmeta b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/deps/libhello_cargo-f4e95273015dbfbf.rmeta new file mode 100644 index 00000000..e69de29b diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-1w36q1ap2o49v/s-h4u8irpscc-1gz29ik-85a4ghijr3bmdztkujqayh6us/dep-graph.bin b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-1w36q1ap2o49v/s-h4u8irpscc-1gz29ik-85a4ghijr3bmdztkujqayh6us/dep-graph.bin new file mode 100644 index 00000000..42c7d07e Binary files /dev/null and b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-1w36q1ap2o49v/s-h4u8irpscc-1gz29ik-85a4ghijr3bmdztkujqayh6us/dep-graph.bin differ diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-1w36q1ap2o49v/s-h4u8irpscc-1gz29ik-85a4ghijr3bmdztkujqayh6us/query-cache.bin b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-1w36q1ap2o49v/s-h4u8irpscc-1gz29ik-85a4ghijr3bmdztkujqayh6us/query-cache.bin new file mode 100644 index 00000000..75a95747 Binary files /dev/null and b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-1w36q1ap2o49v/s-h4u8irpscc-1gz29ik-85a4ghijr3bmdztkujqayh6us/query-cache.bin differ diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-1w36q1ap2o49v/s-h4u8irpscc-1gz29ik-85a4ghijr3bmdztkujqayh6us/work-products.bin b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-1w36q1ap2o49v/s-h4u8irpscc-1gz29ik-85a4ghijr3bmdztkujqayh6us/work-products.bin new file mode 100644 index 00000000..0158fb3e Binary files /dev/null and b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-1w36q1ap2o49v/s-h4u8irpscc-1gz29ik-85a4ghijr3bmdztkujqayh6us/work-products.bin differ diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-1w36q1ap2o49v/s-h4u8irpscc-1gz29ik.lock b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-1w36q1ap2o49v/s-h4u8irpscc-1gz29ik.lock new file mode 100644 index 00000000..e69de29b diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-2lowhgxxqfwvs/s-h4u8irpsbg-03ervw1-0y4aylq0pt1omw4txt55toogi/dep-graph.bin b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-2lowhgxxqfwvs/s-h4u8irpsbg-03ervw1-0y4aylq0pt1omw4txt55toogi/dep-graph.bin new file mode 100644 index 00000000..57cc862a Binary files /dev/null and b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-2lowhgxxqfwvs/s-h4u8irpsbg-03ervw1-0y4aylq0pt1omw4txt55toogi/dep-graph.bin differ diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-2lowhgxxqfwvs/s-h4u8irpsbg-03ervw1-0y4aylq0pt1omw4txt55toogi/query-cache.bin b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-2lowhgxxqfwvs/s-h4u8irpsbg-03ervw1-0y4aylq0pt1omw4txt55toogi/query-cache.bin new file mode 100644 index 00000000..0f2f14df Binary files /dev/null and b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-2lowhgxxqfwvs/s-h4u8irpsbg-03ervw1-0y4aylq0pt1omw4txt55toogi/query-cache.bin differ diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-2lowhgxxqfwvs/s-h4u8irpsbg-03ervw1-0y4aylq0pt1omw4txt55toogi/work-products.bin b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-2lowhgxxqfwvs/s-h4u8irpsbg-03ervw1-0y4aylq0pt1omw4txt55toogi/work-products.bin new file mode 100644 index 00000000..0158fb3e Binary files /dev/null and b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-2lowhgxxqfwvs/s-h4u8irpsbg-03ervw1-0y4aylq0pt1omw4txt55toogi/work-products.bin differ diff --git a/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-2lowhgxxqfwvs/s-h4u8irpsbg-03ervw1.lock b/3-99 Research/Rust/hello_world/hello_cargo/target/debug/incremental/hello_cargo-2lowhgxxqfwvs/s-h4u8irpsbg-03ervw1.lock new file mode 100644 index 00000000..e69de29b