aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target/debug/build/target-lexicon-52a959f5a5e62d0c
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-02-28 11:37:54 +0800
committer简律纯 <i@jyunko.cn>2024-02-28 11:37:54 +0800
commit672e0d03d3ffdba740d166f2c4a7243f142cec5f (patch)
tree46cdb4ea015877e7828710a47c945aa2e834beb0 /target/debug/build/target-lexicon-52a959f5a5e62d0c
parentfc6fc64ca3ff7df62dd270fc021f674e56b2dedf (diff)
downloadTRPGNivis-672e0d03d3ffdba740d166f2c4a7243f142cec5f.tar.gz
TRPGNivis-672e0d03d3ffdba740d166f2c4a7243f142cec5f.zip
refactor!: built in rust
Diffstat (limited to 'target/debug/build/target-lexicon-52a959f5a5e62d0c')
-rw-r--r--target/debug/build/target-lexicon-52a959f5a5e62d0c/invoked.timestamp1
-rw-r--r--target/debug/build/target-lexicon-52a959f5a5e62d0c/out/host.rs74
-rw-r--r--target/debug/build/target-lexicon-52a959f5a5e62d0c/output1
-rw-r--r--target/debug/build/target-lexicon-52a959f5a5e62d0c/root-output1
-rw-r--r--target/debug/build/target-lexicon-52a959f5a5e62d0c/stderr0
5 files changed, 77 insertions, 0 deletions
diff --git a/target/debug/build/target-lexicon-52a959f5a5e62d0c/invoked.timestamp b/target/debug/build/target-lexicon-52a959f5a5e62d0c/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/build/target-lexicon-52a959f5a5e62d0c/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started. \ No newline at end of file
diff --git a/target/debug/build/target-lexicon-52a959f5a5e62d0c/out/host.rs b/target/debug/build/target-lexicon-52a959f5a5e62d0c/out/host.rs
new file mode 100644
index 0000000..b511c2e
--- /dev/null
+++ b/target/debug/build/target-lexicon-52a959f5a5e62d0c/out/host.rs
@@ -0,0 +1,74 @@
+
+#[allow(unused_imports)]
+use crate::Aarch64Architecture::*;
+#[allow(unused_imports)]
+use crate::ArmArchitecture::*;
+#[allow(unused_imports)]
+use crate::CustomVendor;
+#[allow(unused_imports)]
+use crate::Mips32Architecture::*;
+#[allow(unused_imports)]
+use crate::Mips64Architecture::*;
+#[allow(unused_imports)]
+use crate::Riscv32Architecture::*;
+#[allow(unused_imports)]
+use crate::Riscv64Architecture::*;
+#[allow(unused_imports)]
+use crate::X86_32Architecture::*;
+
+/// The `Triple` of the current host.
+pub const HOST: Triple = Triple {
+ architecture: Architecture::X86_64,
+ vendor: Vendor::Pc,
+ operating_system: OperatingSystem::Windows,
+ environment: Environment::Msvc,
+ binary_format: BinaryFormat::Coff,
+};
+
+impl Architecture {
+ /// Return the architecture for the current host.
+ pub const fn host() -> Self {
+ Architecture::X86_64
+ }
+}
+
+impl Vendor {
+ /// Return the vendor for the current host.
+ pub const fn host() -> Self {
+ Vendor::Pc
+ }
+}
+
+impl OperatingSystem {
+ /// Return the operating system for the current host.
+ pub const fn host() -> Self {
+ OperatingSystem::Windows
+ }
+}
+
+impl Environment {
+ /// Return the environment for the current host.
+ pub const fn host() -> Self {
+ Environment::Msvc
+ }
+}
+
+impl BinaryFormat {
+ /// Return the binary format for the current host.
+ pub const fn host() -> Self {
+ BinaryFormat::Coff
+ }
+}
+
+impl Triple {
+ /// Return the triple for the current host.
+ pub const fn host() -> Self {
+ Self {
+ architecture: Architecture::X86_64,
+ vendor: Vendor::Pc,
+ operating_system: OperatingSystem::Windows,
+ environment: Environment::Msvc,
+ binary_format: BinaryFormat::Coff,
+ }
+ }
+}
diff --git a/target/debug/build/target-lexicon-52a959f5a5e62d0c/output b/target/debug/build/target-lexicon-52a959f5a5e62d0c/output
new file mode 100644
index 0000000..da72b8c
--- /dev/null
+++ b/target/debug/build/target-lexicon-52a959f5a5e62d0c/output
@@ -0,0 +1 @@
+cargo:rustc-cfg=feature="rust_1_40"
diff --git a/target/debug/build/target-lexicon-52a959f5a5e62d0c/root-output b/target/debug/build/target-lexicon-52a959f5a5e62d0c/root-output
new file mode 100644
index 0000000..2cb9ed7
--- /dev/null
+++ b/target/debug/build/target-lexicon-52a959f5a5e62d0c/root-output
@@ -0,0 +1 @@
+D:\GitProject\HydroRoll-Team\nivis-python\target\debug\build\target-lexicon-52a959f5a5e62d0c\out \ No newline at end of file
diff --git a/target/debug/build/target-lexicon-52a959f5a5e62d0c/stderr b/target/debug/build/target-lexicon-52a959f5a5e62d0c/stderr
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/target/debug/build/target-lexicon-52a959f5a5e62d0c/stderr