Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Auo578 committed Sep 18, 2024
1 parent 5f59961 commit 28bd528
Show file tree
Hide file tree
Showing 190 changed files with 282 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
一个简单的尝试通过 github actions 自动更新 crate
2 changes: 1 addition & 1 deletion target/.rustc_info.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"rustc_fingerprint":18360915405781989200,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.79.0 (129f3b996 2024-06-10)\nbinary: rustc\ncommit-hash: 129f3b9964af4d4a709d1383930ade12dfe7c081\ncommit-date: 2024-06-10\nhost: x86_64-pc-windows-msvc\nrelease: 1.79.0\nLLVM version: 18.1.7\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___.exe\nlib___.rlib\n___.dll\n___.dll\n___.lib\n___.dll\nC:\\Users\\xiang\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\npacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"msvc\"\ntarget_family=\"windows\"\ntarget_feature=\"cmpxchg16b\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_feature=\"sse3\"\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"windows\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"pc\"\nwindows\n","stderr":""}},"successes":{}}
{"rustc_fingerprint":8348688292653157432,"outputs":{"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___.exe\nlib___.rlib\n___.dll\n___.dll\n___.lib\n___.dll\nC:\\Users\\xiang\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\npacked\n___\ndebug_assertions\noverflow_checks\npanic=\"unwind\"\nproc_macro\nrelocation_model=\"pic\"\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"msvc\"\ntarget_family=\"windows\"\ntarget_feature=\"cmpxchg16b\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"lahfsahf\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_feature=\"sse3\"\ntarget_has_atomic\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_has_atomic_equal_alignment=\"128\"\ntarget_has_atomic_equal_alignment=\"16\"\ntarget_has_atomic_equal_alignment=\"32\"\ntarget_has_atomic_equal_alignment=\"64\"\ntarget_has_atomic_equal_alignment=\"8\"\ntarget_has_atomic_equal_alignment=\"ptr\"\ntarget_has_atomic_load_store\ntarget_has_atomic_load_store=\"128\"\ntarget_has_atomic_load_store=\"16\"\ntarget_has_atomic_load_store=\"32\"\ntarget_has_atomic_load_store=\"64\"\ntarget_has_atomic_load_store=\"8\"\ntarget_has_atomic_load_store=\"ptr\"\ntarget_os=\"windows\"\ntarget_pointer_width=\"64\"\ntarget_thread_local\ntarget_vendor=\"pc\"\nub_checks\nwindows\n","stderr":""},"12744816824612481171":{"success":true,"status":"","code":0,"stdout":"___.exe\nlib___.rlib\n___.dll\n___.dll\n___.lib\n___.dll\nC:\\Users\\xiang\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\npacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"msvc\"\ntarget_family=\"windows\"\ntarget_feature=\"cmpxchg16b\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_feature=\"sse3\"\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"windows\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"pc\"\nwindows\n","stderr":""},"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.79.0 (129f3b996 2024-06-10)\nbinary: rustc\ncommit-hash: 129f3b9964af4d4a709d1383930ade12dfe7c081\ncommit-date: 2024-06-10\nhost: x86_64-pc-windows-msvc\nrelease: 1.79.0\nLLVM version: 18.1.7\n","stderr":""}},"successes":{}}
Binary file added target/package/test_study-0.1.0.crate
Binary file not shown.
6 changes: 6 additions & 0 deletions target/package/test_study-0.1.0/.cargo_vcs_info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"git": {
"sha1": "5f599614fe3a9c19ddb5483fe1e0d5458ea690de"
},
"path_in_vcs": ""
}
2 changes: 2 additions & 0 deletions target/package/test_study-0.1.0/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
55 changes: 55 additions & 0 deletions target/package/test_study-0.1.0/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: CI

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- name: Cache cargo registry
uses: actions/cache@v3 # Upgrade to v3 for compatibility
with:
path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-registry-
- name: Cache cargo index
uses: actions/cache@v3 # Upgrade to v3 for compatibility
with:
path: ~/.cargo/index
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-index-
- name: Cache cargo build
uses: actions/cache@v3 # Upgrade to v3 for compatibility
with:
path: target
key: ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-build-
- name: Build
run: cargo build --verbose

- name: Run tests
run: |
cargo test --verbose
cargo test --examples
7 changes: 7 additions & 0 deletions target/package/test_study-0.1.0/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions target/package/test_study-0.1.0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "test_study"
version = "0.1.0"
authors = ["Auodesy"]
description = "A comprehensive template for lib crates!"
homepage = "https://github.com/Auo578/rust/tree/main/%E5%85%A5%E9%97%A8/class_practice/test_study"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Auo578/rust/tree/main/%E5%85%A5%E9%97%A8/class_practice/test_study.git"

[dependencies]
13 changes: 13 additions & 0 deletions target/package/test_study-0.1.0/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions target/package/test_study-0.1.0/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Auo578

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
21 changes: 21 additions & 0 deletions target/package/test_study-0.1.0/LISENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) [year] [fullname]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
14 changes: 14 additions & 0 deletions target/package/test_study-0.1.0/examples/a.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
use test_study::add;

#[test]
fn example_2_3(){
let sum = add(2, 3);
assert_eq!(5,sum);
}
fn main() {
let a = 5;
let b = 6;
let c = add(a, b);
println!("The sum of {} and {} is {}", a, b, c);
assert_eq!(c,11);
}
39 changes: 39 additions & 0 deletions target/package/test_study-0.1.0/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
///adds two number together
///
/// #Example
/// ```
/// let sum = test_study::add(2, 2);
/// assert_eq!(sum, 4);
/// ```
/// # panics





pub fn add(left: usize, right: usize) -> usize {
left + right
}

#[cfg(test)]
mod tests {
use super::*;
#[test]
fn it_works() {
let result = add(2, 2);
assert_eq!(result, 4);
}


#[test]
fn feasure_sum2(){
assert_eq!(add(2, 2), 4);
}

#[test]
#[should_panic]
fn feasure_sum3(){
assert_eq!(add(2, 2), 5);
}
}
1 change: 1 addition & 0 deletions target/package/test_study-0.1.0/target/.rustc_info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"rustc_fingerprint":18360915405781989200,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.79.0 (129f3b996 2024-06-10)\nbinary: rustc\ncommit-hash: 129f3b9964af4d4a709d1383930ade12dfe7c081\ncommit-date: 2024-06-10\nhost: x86_64-pc-windows-msvc\nrelease: 1.79.0\nLLVM version: 18.1.7\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___.exe\nlib___.rlib\n___.dll\n___.dll\n___.lib\n___.dll\nC:\\Users\\xiang\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\npacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"msvc\"\ntarget_family=\"windows\"\ntarget_feature=\"cmpxchg16b\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_feature=\"sse3\"\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"windows\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"pc\"\nwindows\n","stderr":""}},"successes":{}}
3 changes: 3 additions & 0 deletions target/package/test_study-0.1.0/target/CACHEDIR.TAG
Original file line number Diff line number Diff line change
@@ -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/
Empty file.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e9fa2d7d14964260
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"rustc":18260301964069568163,"features":"[]","declared_features":"","target":6798829462455265274,"profile":5601947868832436996,"path":15447024451721367046,"deps":[[16466799574836618371,"test_study",false,1286125448060834213]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\test_study-43c38cd17fa50867\\dep-example-a"}}],"rustflags":[],"metadata":8727297221218723171,"config":2202906307356721367,"compile_kind":0}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file has an mtime of when this was started.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file has an mtime of when this was started.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c8801dc7ecc33cf7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"rustc":18260301964069568163,"features":"[]","declared_features":"","target":6798829462455265274,"profile":15632368228915330634,"path":15447024451721367046,"deps":[[16466799574836618371,"test_study",false,4028378757278982106]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\test_study-4559753458ea4f92\\dep-test-example-a"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3265475c4c57b0cf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"rustc":18260301964069568163,"features":"[]","declared_features":"","target":6798829462455265274,"profile":11597332650809196192,"path":15447024451721367046,"deps":[[16466799574836618371,"test_study",false,4028378757278982106]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\test_study-4dc8d875f93cc541\\dep-example-a"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file has an mtime of when this was started.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file has an mtime of when this was started.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d8635c9db28bf6fa
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"rustc":18260301964069568163,"features":"[]","declared_features":"","target":10612087636791415589,"profile":15632368228915330634,"path":17523903030608720598,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\test_study-6ccc960de6eeb58a\\dep-test-lib-test_study"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file has an mtime of when this was started.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6fb5f77c9150ffa8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"rustc":18260301964069568163,"features":"[]","declared_features":"","target":17874443864538355345,"profile":11983525691607113661,"path":17793767908124940583,"deps":[[16466799574836618371,"test_study",false,1286125448060834213]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\test_study-b1b6b102301a8d8a\\dep-test-integration-test-src"}}],"rustflags":[],"metadata":8727297221218723171,"config":2202906307356721367,"compile_kind":0}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file has an mtime of when this was started.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
77e4049d9e0bac2b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"rustc":18260301964069568163,"features":"[]","declared_features":"","target":17874443864538355345,"profile":15632368228915330634,"path":17793767908124940583,"deps":[[16466799574836618371,"test_study",false,4028378757278982106]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\test_study-cd45c68a42d182a3\\dep-test-integration-test-src"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file has an mtime of when this was started.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a251615b762bf2a3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"rustc":18260301964069568163,"features":"[]","declared_features":"","target":10612087636791415589,"profile":11597332650809196192,"path":17523903030608720598,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\test_study-d2881ceea870786a\\dep-lib-test_study"}}],"rustflags":[],"metadata":8727297221218723171,"config":2202906307356721367,"compile_kind":0}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file has an mtime of when this was started.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a59141e4473cd911
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"rustc":18260301964069568163,"features":"[]","declared_features":"","target":10612087636791415589,"profile":5601947868832436996,"path":17523903030608720598,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\test_study-d936b3df451f6c71\\dep-lib-test_study"}}],"rustflags":[],"metadata":8727297221218723171,"config":2202906307356721367,"compile_kind":0}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file has an mtime of when this was started.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5bb1f1a75e5dd3a3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"rustc":18260301964069568163,"features":"[]","declared_features":"","target":10612087636791415589,"profile":11983525691607113661,"path":17523903030608720598,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\test_study-fb6bf72fbce0abc4\\dep-test-lib-test_study"}}],"rustflags":[],"metadata":8727297221218723171,"config":2202906307356721367,"compile_kind":0}
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
E:\git\crate_study\target\debug\deps\libsrc-b1b6b102301a8d8a.rmeta: tests\src\main.rs

E:\git\crate_study\target\debug\deps\src-b1b6b102301a8d8a.d: tests\src\main.rs

tests\src\main.rs:
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
E:\git\rust\入门\class_practice\test_study\target\debug\deps\src-cd45c68a42d182a3.exe: tests\src\main.rs

E:\git\rust\入门\class_practice\test_study\target\debug\deps\src-cd45c68a42d182a3.d: tests\src\main.rs

tests\src\main.rs:
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
E:\git\rust\入门\class_practice\test_study\target\debug\deps\test_study-6ccc960de6eeb58a.exe: src\lib.rs

E:\git\rust\入门\class_practice\test_study\target\debug\deps\test_study-6ccc960de6eeb58a.d: src\lib.rs

src\lib.rs:
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
E:\git\crate_study\target\debug\deps\libtest_study-d2881ceea870786a.rmeta: src\lib.rs

E:\git\crate_study\target\debug\deps\libtest_study-d2881ceea870786a.rlib: src\lib.rs

E:\git\crate_study\target\debug\deps\test_study-d2881ceea870786a.d: src\lib.rs

src\lib.rs:
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
E:\git\crate_study\target\debug\deps\libtest_study-d936b3df451f6c71.rmeta: src\lib.rs

E:\git\crate_study\target\debug\deps\test_study-d936b3df451f6c71.d: src\lib.rs

src\lib.rs:
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
E:\git\crate_study\target\debug\deps\libtest_study-fb6bf72fbce0abc4.rmeta: src\lib.rs

E:\git\crate_study\target\debug\deps\test_study-fb6bf72fbce0abc4.d: src\lib.rs

src\lib.rs:
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
E:\git\crate_study\target\debug\examples\liba-43c38cd17fa50867.rmeta: examples\a.rs

E:\git\crate_study\target\debug\examples\a-43c38cd17fa50867.d: examples\a.rs

examples\a.rs:
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
E:\git\rust\入门\class_practice\test_study\target\debug\examples\a-4559753458ea4f92.exe: examples\a.rs

E:\git\rust\入门\class_practice\test_study\target\debug\examples\a-4559753458ea4f92.d: examples\a.rs

examples\a.rs:
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions target/package/test_study-0.1.0/target/debug/examples/a.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
E:\git\rust\入门\class_practice\test_study\target\debug\examples\a.exe: examples\a.rs

E:\git\rust\入门\class_practice\test_study\target\debug\examples\a.d: examples\a.rs

examples\a.rs:
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
E:\git\crate_study\target\package\test_study-0.1.0\target\debug\libtest_study.rlib: E:\git\crate_study\target\package\test_study-0.1.0\src\lib.rs
Binary file not shown.

0 comments on commit 28bd528

Please sign in to comment.