diff --git a/.gitignore b/.gitignore index 6aaeb1f..c847afe 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ dvs # Testing environment testing/environment/ +# debug +target/debug + # Devious entry /src/test_directory/test1.txt diff --git a/src/internal/storage/get.rs b/src/internal/storage/get.rs new file mode 100644 index 0000000..e69de29 diff --git a/src/internal/storage/mod.rs b/src/internal/storage/mod.rs index 542a90e..7baf7cf 100644 --- a/src/internal/storage/mod.rs +++ b/src/internal/storage/mod.rs @@ -1,3 +1,4 @@ pub mod init; pub mod add; -pub mod copy; \ No newline at end of file +pub mod copy; +pub mod get; \ No newline at end of file diff --git a/target/.rustc_info.json b/target/.rustc_info.json new file mode 100644 index 0000000..74cf024 --- /dev/null +++ b/target/.rustc_info.json @@ -0,0 +1 @@ +{"rustc_fingerprint":6039375300803987626,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.76.0 (07dca489a 2024-02-04)\nbinary: rustc\ncommit-hash: 07dca489ac2d933c78d3c5158e3f43beefeb02ce\ncommit-date: 2024-02-04\nhost: x86_64-unknown-linux-gnu\nrelease: 1.76.0\nLLVM version: 17.0.6\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/cluster-data/user-homes/jenna/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\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/target/CACHEDIR.TAG b/target/CACHEDIR.TAG new file mode 100644 index 0000000..20d7c31 --- /dev/null +++ b/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/