using anyhow::Result

This commit is contained in:
Adam "Touchdown dance" Kramer 2020-12-02 18:54:00 -08:00
parent 59459e7489
commit 338920c64f
253 changed files with 1238 additions and 3 deletions

1000
2.input Normal file

File diff suppressed because it is too large Load Diff

9
Cargo.lock generated
View File

@ -3,3 +3,12 @@
[[package]]
name = "advent"
version = "0.1.0"
dependencies = [
"anyhow",
]
[[package]]
name = "anyhow"
version = "1.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"

View File

@ -7,3 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"

View File

@ -36,9 +36,10 @@ Of course, your expense report is much larger. Find the two entries that sum to
do you get if you multiply them together?
*/
use std::{fs::{File}, io};
use std::fs::{File};
use std::collections::HashSet;
use std::io::{BufRead, BufReader};
use anyhow::Result;
fn find_triple(target: i32, list: &Vec<i32>, set: &HashSet<i32>) -> i32 {
for i in list {
@ -63,7 +64,8 @@ fn find_pair(target: i32, list: &Vec<i32>, set: &HashSet<i32>) -> i32 {
0
}
fn main() -> io::Result<()> {
fn main() -> Result<()> {
//let contents = fs::read_to_string("1.input").expect("Couldn't read \"1.input\"");
let file = File::open("1.input")?;
let reader = BufReader::new(file);
@ -71,7 +73,7 @@ fn main() -> io::Result<()> {
let mut set: HashSet<i32> = HashSet::new();
for line in reader.lines() {
let value = line.unwrap().parse::<i32>().unwrap();
let value = line?.parse::<i32>()?;
list.push(value);
set.insert(value);
}

3
src/main.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}

1
target/.rustc_info.json Normal file
View File

@ -0,0 +1 @@
{"rustc_fingerprint":15731951750449660429,"outputs":{"4476964694761187371":["___\nlib___.rlib\nlib___.dylib\nlib___.dylib\nlib___.a\nlib___.dylib\n/Users/adamkramer/.rustup/toolchains/stable-x86_64-apple-darwin\ndebug_assertions\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_feature=\"sse3\"\ntarget_feature=\"ssse3\"\ntarget_os=\"macos\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"apple\"\nunix\n",""],"1164083562126845933":["rustc 1.48.0 (7eac88abb 2020-11-16)\nbinary: rustc\ncommit-hash: 7eac88abb2e57e752f3302f02be5f3ce3d7adfb4\ncommit-date: 2020-11-16\nhost: x86_64-apple-darwin\nrelease: 1.48.0\nLLVM version: 11.0\n",""]},"successes":{}}

3
target/CACHEDIR.TAG Normal file
View File

@ -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/

0
target/debug/.cargo-lock Normal file
View File

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
559b93763e676676

View File

@ -0,0 +1 @@
{"rustc":1359611718356577327,"features":"[]","target":2035200367196782865,"profile":8341259748240011191,"path":1980258569760365931,"deps":[[6716024485129112654,"anyhow",false,4012914409444696521]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent-19d1640e5172ae2a/dep-test-bin-1"}}],"rustflags":[],"metadata":16855462643986786377,"config":0}

View File

@ -0,0 +1 @@
37059079bd497358

View File

@ -0,0 +1 @@
{"rustc":1359611718356577327,"features":"[]","target":2035200367196782865,"profile":18074012566298724745,"path":1980258569760365931,"deps":[[6716024485129112654,"anyhow",false,2153753142955884757]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent-50d3208384b478e2/dep-bin-1"}}],"rustflags":[],"metadata":16855462643986786377,"config":0}

View File

@ -0,0 +1 @@
48373f5134f8ad2e

View File

@ -0,0 +1 @@
{"rustc":1359611718356577327,"features":"[]","target":12461672604045772176,"profile":18074012566298724745,"path":1036222786711178230,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent-50d3208384b478e2/dep-bin-advent"}}],"rustflags":[],"metadata":16855462643986786377,"config":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
16765b5eea8c1978

View File

@ -0,0 +1 @@
{"rustc":1359611718356577327,"features":"[]","target":2035200367196782865,"profile":1613559695681135254,"path":1980258569760365931,"deps":[[6716024485129112654,"anyhow",false,4012914409444696521]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent-5b10904d3032051b/dep-bin-1"}}],"rustflags":[],"metadata":16855462643986786377,"config":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
0a48fac4c771249b

View File

@ -0,0 +1 @@
{"rustc":1359611718356577327,"features":"[]","target":2035200367196782865,"profile":8341259748240011191,"path":1980258569760365931,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent-63dde5c08fc741fe/dep-test-bin-1"}}],"rustflags":[],"metadata":16855462643986786377,"config":0}

View File

@ -0,0 +1 @@
e3a54e4aea8403b4

View File

@ -0,0 +1 @@
{"rustc":1359611718356577327,"features":"[]","target":12461672604045772176,"profile":1613559695681135254,"path":1036222786711178230,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent-6ac35fff1539f5a4/dep-bin-advent"}}],"rustflags":[],"metadata":16855462643986786377,"config":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
4e955b2c49fd518a

View File

@ -0,0 +1 @@
{"rustc":1359611718356577327,"features":"[]","target":12461672604045772176,"profile":8341259748240011191,"path":1036222786711178230,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent-7a23704ac6976807/dep-test-bin-advent"}}],"rustflags":[],"metadata":16855462643986786377,"config":0}

View File

@ -0,0 +1 @@
a59e907219cc4443

View File

@ -0,0 +1 @@
{"rustc":1359611718356577327,"features":"[]","target":12461672604045772176,"profile":1613559695681135254,"path":1036222786711178230,"deps":[[6716024485129112654,"anyhow",false,4012914409444696521]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent-88927571752ed925/dep-bin-advent"}}],"rustflags":[],"metadata":16855462643986786377,"config":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
71d0b4563d4bb646

View File

@ -0,0 +1 @@
{"rustc":1359611718356577327,"features":"[]","target":12461672604045772176,"profile":8341259748240011191,"path":1036222786711178230,"deps":[[6716024485129112654,"anyhow",false,4012914409444696521]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent-bbcafb90e2629c86/dep-test-bin-advent"}}],"rustflags":[],"metadata":16855462643986786377,"config":0}

View File

@ -0,0 +1 @@
2a476d0828144c02

View File

@ -0,0 +1 @@
{"rustc":1359611718356577327,"features":"[]","target":2035200367196782865,"profile":1613559695681135254,"path":1980258569760365931,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent-e8cdf9f99a56cd23/dep-bin-1"}}],"rustflags":[],"metadata":16855462643986786377,"config":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
d540c48b12abe31d

View File

@ -0,0 +1 @@
{"rustc":1359611718356577327,"features":"[\"default\", \"std\"]","target":4905453143199480076,"profile":6299028598154287785,"path":14909807709357958524,"deps":[[6716024485129112654,"build_script_build",false,4829417624000344763]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anyhow-185ea2507c1a2192/dep-lib-anyhow"}}],"rustflags":[],"metadata":17154292783084528516,"config":0}

View File

@ -0,0 +1 @@
a6e1506331ffda6d

View File

@ -0,0 +1 @@
{"rustc":1359611718356577327,"features":"[\"default\", \"std\"]","target":10429514197457385088,"profile":6299028598154287785,"path":15351828440695825694,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anyhow-77db3cf08964e8ea/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":17154292783084528516,"config":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
c961ffe064bcb037

View File

@ -0,0 +1 @@
{"rustc":1359611718356577327,"features":"[\"default\", \"std\"]","target":4905453143199480076,"profile":16668067249205866872,"path":14909807709357958524,"deps":[[6716024485129112654,"build_script_build",false,4829417624000344763]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anyhow-8ba502b805d4f52c/dep-lib-anyhow"}}],"rustflags":[],"metadata":17154292783084528516,"config":0}

View File

@ -0,0 +1 @@
bb328ddebd890543

View File

@ -0,0 +1 @@
{"rustc":1359611718356577327,"features":"","target":0,"profile":0,"path":0,"deps":[[6716024485129112654,"build_script_build",false,7915919882641793446]],"local":[{"Precalculated":"1.0.34"}],"rustflags":[],"metadata":0,"config":0}

BIN
target/debug/1 Executable file

Binary file not shown.

1
target/debug/1.d Normal file
View File

@ -0,0 +1 @@
/Users/adamkramer/advent/target/debug/1: /Users/adamkramer/advent/src/bin/1.rs

1
target/debug/1.dSYM Symbolic link
View File

@ -0,0 +1 @@
deps/1.dSYM

BIN
target/debug/advent Executable file

Binary file not shown.

1
target/debug/advent.d Normal file
View File

@ -0,0 +1 @@
/Users/adamkramer/advent/target/debug/advent: /Users/adamkramer/advent/src/main.rs

1
target/debug/advent.dSYM Symbolic link
View File

@ -0,0 +1 @@
deps/advent.dSYM

View File

@ -0,0 +1 @@
build_script_build-77db3cf08964e8ea.dSYM

View File

@ -0,0 +1,5 @@
/Users/adamkramer/advent/target/debug/build/anyhow-77db3cf08964e8ea/build_script_build-77db3cf08964e8ea: /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/build.rs
/Users/adamkramer/advent/target/debug/build/anyhow-77db3cf08964e8ea/build_script_build-77db3cf08964e8ea.d: /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/build.rs
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/build.rs:

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.build_script_build-77db3cf08964e8ea</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1,26 @@
#![feature(backtrace)]
#![allow(dead_code)]
use std::backtrace::{Backtrace, BacktraceStatus};
use std::error::Error;
use std::fmt::{self, Display};
#[derive(Debug)]
struct E;
impl Display for E {
fn fmt(&self, _formatter: &mut fmt::Formatter) -> fmt::Result {
unimplemented!()
}
}
impl Error for E {
fn backtrace(&self) -> Option<&Backtrace> {
let backtrace = Backtrace::capture();
match backtrace.status() {
BacktraceStatus::Captured | BacktraceStatus::Disabled | _ => {}
}
unimplemented!()
}
}

View File

@ -0,0 +1 @@
/Users/adamkramer/advent/target/debug/build/anyhow-9bfae673c75a0f19/out

BIN
target/debug/deps/1 Executable file

Binary file not shown.

View File

@ -0,0 +1,5 @@
/Users/adamkramer/advent/target/debug/deps/1-19d1640e5172ae2a.rmeta: src/bin/1.rs
/Users/adamkramer/advent/target/debug/deps/1-19d1640e5172ae2a.d: src/bin/1.rs
src/bin/1.rs:

View File

@ -0,0 +1,5 @@
/Users/adamkramer/advent/target/debug/deps/1-5b10904d3032051b.rmeta: src/bin/1.rs
/Users/adamkramer/advent/target/debug/deps/1-5b10904d3032051b.d: src/bin/1.rs
src/bin/1.rs:

View File

@ -0,0 +1,5 @@
/Users/adamkramer/advent/target/debug/deps/1-63dde5c08fc741fe.rmeta: src/bin/1.rs
/Users/adamkramer/advent/target/debug/deps/1-63dde5c08fc741fe.d: src/bin/1.rs
src/bin/1.rs:

View File

@ -0,0 +1,5 @@
/Users/adamkramer/advent/target/debug/deps/1-e8cdf9f99a56cd23.rmeta: src/bin/1.rs
/Users/adamkramer/advent/target/debug/deps/1-e8cdf9f99a56cd23.d: src/bin/1.rs
src/bin/1.rs:

5
target/debug/deps/1.d Normal file
View File

@ -0,0 +1,5 @@
/Users/adamkramer/advent/target/debug/deps/1: src/bin/1.rs
/Users/adamkramer/advent/target/debug/deps/1.d: src/bin/1.rs
src/bin/1.rs:

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.1</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

Binary file not shown.

BIN
target/debug/deps/advent Executable file

Binary file not shown.

View File

@ -0,0 +1,5 @@
/Users/adamkramer/advent/target/debug/deps/advent-6ac35fff1539f5a4.rmeta: src/main.rs
/Users/adamkramer/advent/target/debug/deps/advent-6ac35fff1539f5a4.d: src/main.rs
src/main.rs:

View File

@ -0,0 +1,5 @@
/Users/adamkramer/advent/target/debug/deps/advent-7a23704ac6976807.rmeta: src/main.rs
/Users/adamkramer/advent/target/debug/deps/advent-7a23704ac6976807.d: src/main.rs
src/main.rs:

View File

@ -0,0 +1,5 @@
/Users/adamkramer/advent/target/debug/deps/advent-88927571752ed925.rmeta: src/main.rs
/Users/adamkramer/advent/target/debug/deps/advent-88927571752ed925.d: src/main.rs
src/main.rs:

View File

@ -0,0 +1,5 @@
/Users/adamkramer/advent/target/debug/deps/advent-bbcafb90e2629c86.rmeta: src/main.rs
/Users/adamkramer/advent/target/debug/deps/advent-bbcafb90e2629c86.d: src/main.rs
src/main.rs:

View File

@ -0,0 +1,5 @@
/Users/adamkramer/advent/target/debug/deps/advent: src/main.rs
/Users/adamkramer/advent/target/debug/deps/advent.d: src/main.rs
src/main.rs:

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.advent</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -0,0 +1,15 @@
/Users/adamkramer/advent/target/debug/deps/anyhow-185ea2507c1a2192.rmeta: /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/lib.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/backtrace.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/chain.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/context.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/error.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/fmt.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/kind.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/macros.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/wrapper.rs
/Users/adamkramer/advent/target/debug/deps/libanyhow-185ea2507c1a2192.rlib: /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/lib.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/backtrace.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/chain.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/context.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/error.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/fmt.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/kind.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/macros.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/wrapper.rs
/Users/adamkramer/advent/target/debug/deps/anyhow-185ea2507c1a2192.d: /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/lib.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/backtrace.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/chain.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/context.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/error.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/fmt.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/kind.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/macros.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/wrapper.rs
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/lib.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/backtrace.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/chain.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/context.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/error.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/fmt.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/kind.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/macros.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/wrapper.rs:

View File

@ -0,0 +1,13 @@
/Users/adamkramer/advent/target/debug/deps/anyhow-8ba502b805d4f52c.rmeta: /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/lib.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/backtrace.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/chain.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/context.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/error.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/fmt.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/kind.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/macros.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/wrapper.rs
/Users/adamkramer/advent/target/debug/deps/anyhow-8ba502b805d4f52c.d: /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/lib.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/backtrace.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/chain.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/context.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/error.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/fmt.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/kind.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/macros.rs /Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/wrapper.rs
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/lib.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/backtrace.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/chain.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/context.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/error.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/fmt.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/kind.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/macros.rs:
/Users/adamkramer/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.34/src/wrapper.rs:

Some files were not shown because too many files have changed in this diff Show More