From 48c3c5753779c173eef0add9f31c95c41653724e Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 8 Dec 2025 20:03:14 -0500 Subject: Stuff --- .gitignore | 0 .vscode/settings.json | 0 Cargo.toml | 0 LICENSE.md | 0 README.md | 0 rustfmt.toml | 0 src/exun.rs | 0 src/lib.rs | 0 src/result.rs | 0 src/unexpected.rs | 0 10 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .vscode/settings.json mode change 100644 => 100755 Cargo.toml mode change 100644 => 100755 LICENSE.md mode change 100644 => 100755 README.md mode change 100644 => 100755 rustfmt.toml mode change 100644 => 100755 src/exun.rs mode change 100644 => 100755 src/lib.rs mode change 100644 => 100755 src/result.rs mode change 100644 => 100755 src/unexpected.rs diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.vscode/settings.json b/.vscode/settings.json old mode 100644 new mode 100755 diff --git a/Cargo.toml b/Cargo.toml old mode 100644 new mode 100755 diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/rustfmt.toml b/rustfmt.toml old mode 100644 new mode 100755 diff --git a/src/exun.rs b/src/exun.rs old mode 100644 new mode 100755 diff --git a/src/lib.rs b/src/lib.rs old mode 100644 new mode 100755 diff --git a/src/result.rs b/src/result.rs old mode 100644 new mode 100755 diff --git a/src/unexpected.rs b/src/unexpected.rs old mode 100644 new mode 100755 -- cgit v1.2.3