fast_code_owners 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.cargo/config +2 -2
- data/Cargo.lock +160 -75
- data/ext/cargo-vendor/ahash-0.7.8/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ahash-0.7.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ahash-0.7.8/.github/workflows/rust.yml +151 -0
- data/ext/cargo-vendor/ahash-0.7.8/Cargo.toml.orig +96 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/aho-corasick-1.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.github/workflows/ci.yml +148 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.vim/coc-settings.json +12 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/anstream-0.6.20/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstream-0.6.20/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.lock +705 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.toml +220 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.toml.orig +72 -0
- data/ext/cargo-vendor/anstream-0.6.20/README.md +34 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/_macros.rs +364 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/adapter/strip.rs +511 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/adapter/wincon.rs +378 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/lib.rs +90 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/stream.rs +316 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/wincon.rs +226 -0
- data/ext/cargo-vendor/anstyle-1.0.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-1.0.11/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.lock +16 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.toml +178 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/anstyle-1.0.11/README.md +42 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/color.rs +685 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/effect.rs +404 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/lib.rs +70 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/reset.rs +47 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/style.rs +437 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.lock +740 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.toml +196 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.toml.orig +48 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/README.md +33 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/src/lib.rs +442 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/src/state/definitions.rs +171 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.lock +83 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.toml +174 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/README.md +25 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/src/lib.rs +163 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/src/windows.rs +79 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.lock +113 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.toml +187 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/README.md +30 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/src/lib.rs +25 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/src/windows.rs +260 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/anyhow-1.0.98/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.github/workflows/ci.yml +148 -0
- data/ext/cargo-vendor/anyhow-1.0.98/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/arrayvec-0.7.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/.github/workflows/ci.yml +92 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/Cargo.toml.orig +62 -0
- data/ext/cargo-vendor/bindgen-0.69.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bindgen-0.69.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bindgen-0.69.5/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/bitflags-2.9.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bitflags-2.9.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bitflags-2.9.0/Cargo.toml.orig +43 -0
- data/ext/cargo-vendor/bstr-1.12.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bstr-1.12.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bstr-1.12.0/Cargo.toml.orig +76 -0
- data/ext/cargo-vendor/cexpr-0.6.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/cexpr-0.6.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/cexpr-0.6.0/.github/workflows/ci.yml +31 -0
- data/ext/cargo-vendor/cexpr-0.6.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/cfg-if-1.0.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/.github/workflows/main.yml +56 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/clang-sys-1.8.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.github/workflows/ci.yml +56 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.github/workflows/ssh.yml +40 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/clap-4.5.43/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap-4.5.43/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.lock +910 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.toml +636 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.toml.orig +538 -0
- data/ext/cargo-vendor/clap-4.5.43/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap-4.5.43/README.md +49 -0
- data/ext/cargo-vendor/clap-4.5.43/examples/tutorial_builder/03_04_subcommands.md +62 -0
- data/ext/cargo-vendor/clap-4.5.43/examples/tutorial_derive/03_04_subcommands.md +61 -0
- data/ext/cargo-vendor/clap-4.5.43/src/_derive/mod.rs +542 -0
- data/ext/cargo-vendor/clap-4.5.43/src/_faq.rs +95 -0
- data/ext/cargo-vendor/clap-4.5.43/src/bin/stdio-fixture.rs +106 -0
- data/ext/cargo-vendor/clap-4.5.43/src/lib.rs +106 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.lock +450 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.toml +220 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/README.md +25 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/action.rs +461 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/command.rs +5207 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/styling.rs +220 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/error/kind.rs +365 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/lib.rs +53 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/macros.rs +605 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/output/help_template.rs +1188 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/parser/matches/arg_matches.rs +2097 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.lock +100 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.toml +165 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.toml.orig +49 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/README.md +25 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.lock +56 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.toml +164 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.toml.orig +36 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/README.md +19 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/src/lib.rs +526 -0
- data/ext/cargo-vendor/codeowners-0.2.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/codeowners-0.2.5/Cargo.lock +1223 -0
- data/ext/cargo-vendor/codeowners-0.2.5/Cargo.toml +94 -0
- data/ext/cargo-vendor/codeowners-0.2.5/README.md +204 -0
- data/ext/cargo-vendor/codeowners-0.2.5/ai-prompts/for-file-optimization.md +21 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/bin/compare_for_file.rs +179 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/cache/file.rs +181 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/for_file_fast.rs +313 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/mapper/directory_mapper.rs +175 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/mapper/package_mapper.rs +220 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership.rs +220 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/project.rs +199 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/project_builder.rs +257 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/runner.rs +349 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/.github/CODEOWNERS +37 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/config/code_ownership.yml +10 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/config/teams/ux.yml +6 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/gems/pets/dog.rb +5 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/should_be_ignored/an_ignored_file.rb +7 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/valid_project_test.rs +277 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.lock +7 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.toml +163 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/README.md +34 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/src/lib.rs +120 -0
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/Cargo.toml.orig +34 -0
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/Cargo.toml.orig +56 -0
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/Cargo.toml.orig +46 -0
- data/ext/cargo-vendor/either-1.15.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/either-1.15.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/either-1.15.0/.github/workflows/ci.yml +83 -0
- data/ext/cargo-vendor/either-1.15.0/Cargo.toml.orig +40 -0
- data/ext/cargo-vendor/enum_dispatch-0.3.13/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/enum_dispatch-0.3.13/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/enum_dispatch-0.3.13/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/equivalent-1.0.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/equivalent-1.0.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/equivalent-1.0.2/.github/workflows/ci.yml +48 -0
- data/ext/cargo-vendor/equivalent-1.0.2/Cargo.toml.orig +9 -0
- data/ext/cargo-vendor/errno-0.3.13/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/errno-0.3.13/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/errno-0.3.13/.github/dependabot.yml +10 -0
- data/ext/cargo-vendor/errno-0.3.13/.github/workflows/main.yml +89 -0
- data/ext/cargo-vendor/errno-0.3.13/CHANGELOG.md +132 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.lock +90 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.toml +67 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/errno-0.3.13/src/sys.rs +35 -0
- data/ext/cargo-vendor/error-stack-0.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/error-stack-0.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/error-stack-0.5.0/.justfile +58 -0
- data/ext/cargo-vendor/error-stack-0.5.0/Cargo.toml.orig +87 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.lock +640 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.toml +64 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.toml.orig +35 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/README.md +85 -0
- data/ext/cargo-vendor/fastrand-2.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/fastrand-2.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/fastrand-2.3.0/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/getrandom-0.2.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/getrandom-0.2.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/getrandom-0.2.16/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/getrandom-0.3.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/getrandom-0.3.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/getrandom-0.3.3/CHANGELOG.md +628 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.lock +365 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.toml +147 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.toml.orig +107 -0
- data/ext/cargo-vendor/getrandom-0.3.3/README.md +390 -0
- data/ext/cargo-vendor/getrandom-0.3.3/src/backends/wasi_p1.rs +32 -0
- data/ext/cargo-vendor/getrandom-0.3.3/src/backends.rs +181 -0
- data/ext/cargo-vendor/glob-0.3.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/glob-0.3.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/dependabot.yml +13 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/workflows/publish.yml +27 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/workflows/rust.yml +65 -0
- data/ext/cargo-vendor/glob-0.3.2/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/globset-0.4.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/globset-0.4.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/globset-0.4.16/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/hashbrown-0.12.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/hashbrown-0.12.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/hashbrown-0.12.3/Cargo.toml.orig +60 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/CHANGELOG.md +619 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.lock +306 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.toml +164 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cross.toml +3 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/README.md +80 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/benches/bench.rs +329 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/control/group/lsx.rs +137 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/control/group/mod.rs +43 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/external_trait_impls/serde.rs +220 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/lib.rs +188 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/map.rs +6583 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/raw/alloc.rs +92 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/raw/mod.rs +4436 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/rustc_entry.rs +567 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/set.rs +3121 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/table.rs +2380 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/util.rs +38 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/tests/set.rs +34 -0
- data/ext/cargo-vendor/heck-0.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/heck-0.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/heck-0.5.0/Cargo.toml.orig +11 -0
- data/ext/cargo-vendor/ignore-0.4.23/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ignore-0.4.23/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ignore-0.4.23/Cargo.toml.orig +44 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.github/workflows/ci.yml +159 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.rustfmt.toml +1 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.lock +236 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.toml +142 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.toml.orig +61 -0
- data/ext/cargo-vendor/indexmap-2.10.0/RELEASES.md +563 -0
- data/ext/cargo-vendor/indexmap-2.10.0/benches/bench.rs +750 -0
- data/ext/cargo-vendor/indexmap-2.10.0/benches/faststring.rs +181 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/lib.rs +288 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/entry.rs +574 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/extract.rs +108 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/raw_entry_v1.rs +669 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core.rs +735 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/iter.rs +830 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/mutable.rs +165 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/slice.rs +751 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/tests.rs +1228 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map.rs +1697 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/map.rs +662 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/mod.rs +15 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/set.rs +755 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/iter.rs +681 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/slice.rs +380 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/tests.rs +999 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set.rs +1340 -0
- data/ext/cargo-vendor/indexmap-2.10.0/tests/quick.rs +800 -0
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/Cargo.toml.orig +107 -0
- data/ext/cargo-vendor/itertools-0.12.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itertools-0.12.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itertools-0.12.1/.codecov.yml +7 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/dependabot.yml +6 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/workflows/ci.yml +85 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/workflows/coverage.yml +34 -0
- data/ext/cargo-vendor/itertools-0.12.1/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/itertools-0.14.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itertools-0.14.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itertools-0.14.0/.codecov.yml +7 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/dependabot.yml +6 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/workflows/ci.yml +101 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/workflows/coverage.yml +34 -0
- data/ext/cargo-vendor/itertools-0.14.0/Cargo.toml.orig +81 -0
- data/ext/cargo-vendor/itoa-1.0.15/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itoa-1.0.15/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itoa-1.0.15/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/itoa-1.0.15/.github/workflows/ci.yml +114 -0
- data/ext/cargo-vendor/itoa-1.0.15/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lazy_static-1.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/Cargo.toml.orig +28 -0
- data/ext/cargo-vendor/lazycell-1.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lazycell-1.3.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/lazycell-1.3.0/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/libc-0.2.172/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/libc-0.2.172/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/libc-0.2.172/.git-blame-ignore-revs +6 -0
- data/ext/cargo-vendor/libc-0.2.172/.release-plz.toml +49 -0
- data/ext/cargo-vendor/libc-0.2.172/Cargo.toml.orig +157 -0
- data/ext/cargo-vendor/libloading-0.8.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/libloading-0.8.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/libloading-0.8.6/.github/workflows/libloading.yml +107 -0
- data/ext/cargo-vendor/libloading-0.8.6/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/Cargo.toml.orig +59 -0
- data/ext/cargo-vendor/log-0.4.27/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/log-0.4.27/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/log-0.4.27/.github/workflows/main.yml +146 -0
- data/ext/cargo-vendor/log-0.4.27/Cargo.toml.orig +81 -0
- data/ext/cargo-vendor/lru-0.7.8/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lru-0.7.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/lru-0.7.8/.github/workflows/main.yml +54 -0
- data/ext/cargo-vendor/lru-0.7.8/Cargo.toml.orig +22 -0
- data/ext/cargo-vendor/magnus-0.7.1/.cargo/config.toml +7 -0
- data/ext/cargo-vendor/magnus-0.7.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/magnus-0.7.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/magnus-0.7.1/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/magnus-macros-0.6.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/magnus-macros-0.6.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/magnus-macros-0.6.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/matchers-0.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/matchers-0.1.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/matchers-0.1.0/.clog.toml +24 -0
- data/ext/cargo-vendor/matchers-0.1.0/.github/workflows/ci.yml +85 -0
- data/ext/cargo-vendor/matchers-0.1.0/Cargo.toml.orig +21 -0
- data/ext/cargo-vendor/memchr-2.7.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memchr-2.7.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memchr-2.7.4/.ignore +1 -0
- data/ext/cargo-vendor/memchr-2.7.4/.vim/coc-settings.json +16 -0
- data/ext/cargo-vendor/memchr-2.7.4/Cargo.toml.orig +79 -0
- data/ext/cargo-vendor/memoize-0.5.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memoize-0.5.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memoize-0.5.1/.github/workflows/test.yml +20 -0
- data/ext/cargo-vendor/memoize-0.5.1/.hgignore +2 -0
- data/ext/cargo-vendor/memoize-0.5.1/.hgtags +12 -0
- data/ext/cargo-vendor/memoize-0.5.1/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/memoize-inner-0.5.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memoize-inner-0.5.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memoize-inner-0.5.1/Cargo.toml.orig +24 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/bug_report.md +41 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/custom.md +21 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/documentation.md +16 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/feature_request.md +27 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/question.md +11 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/bug_fix.md +27 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/custom.md +22 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/documentation.md +21 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Cross.yml +90 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Features.yml +23 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/OSX.yml +40 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Simple.yml +41 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Valgrind.yml +24 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.gitmodules +4 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/nom-7.1.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/nom-7.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/nom-7.1.3/Cargo.toml.orig +142 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.github/workflows/ci.yml +39 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/Cargo.toml.orig +34 -0
- data/ext/cargo-vendor/once_cell-1.21.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/once_cell-1.21.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/once_cell-1.21.3/.github/workflows/ci.yaml +28 -0
- data/ext/cargo-vendor/once_cell-1.21.3/Cargo.toml.orig +92 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.lock +7 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.toml +163 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.toml.orig +121 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/README.md +26 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/src/lib.rs +11 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/src/sync/mod.rs +41 -0
- data/ext/cargo-vendor/overload-0.1.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/overload-0.1.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/overload-0.1.1/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/path-clean-1.0.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/path-clean-1.0.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/path-clean-1.0.1/.github/workflows/ci.yml +65 -0
- data/ext/cargo-vendor/path-clean-1.0.1/Cargo.toml.orig +20 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/pin-project-lite-0.2.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/Cargo.toml.orig +89 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/tests/expand/.rustfmt.toml +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/proc-macro2-1.0.95/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.github/workflows/ci.yml +228 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/Cargo.toml.orig +66 -0
- data/ext/cargo-vendor/quote-1.0.40/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/quote-1.0.40/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/quote-1.0.40/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/quote-1.0.40/.github/workflows/ci.yml +110 -0
- data/ext/cargo-vendor/quote-1.0.40/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.github/workflows/publish.yml +39 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.github/workflows/rust-tests.yml +125 -0
- data/ext/cargo-vendor/r-efi-5.3.0/AUTHORS +74 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.lock +16 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.toml +70 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.toml.orig +51 -0
- data/ext/cargo-vendor/r-efi-5.3.0/NEWS.md +301 -0
- data/ext/cargo-vendor/rayon-1.10.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rayon-1.10.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rayon-1.10.0/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/rayon-core-1.12.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rayon-core-1.12.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rayon-core-1.12.1/Cargo.toml.orig +68 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.lock +393 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.toml +70 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.toml.orig +57 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/readme.md +36 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/macros.rs +371 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/compiled.c +179 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/compiled.rs +257 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_2_6.rs +324 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_2_7.rs +324 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_0.rs +332 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_1.rs +325 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_2.rs +323 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_3.rs +339 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_4.rs +339 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api.rs +261 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/utils.rs +89 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.lock +294 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.toml +71 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.toml.orig +32 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/bindings/stable_api.rs +206 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/bindings.rs +286 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/cc.rs +421 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/rb-sys-env-0.2.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rb-sys-env-0.2.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-env-0.2.2/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/regex-1.11.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-1.11.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-1.11.1/.vim/coc-settings.json +6 -0
- data/ext/cargo-vendor/regex-1.11.1/Cargo.toml.orig +261 -0
- data/ext/cargo-vendor/regex-1.11.1/record/old-bench-log/.gitignore +1 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-automata-0.1.10/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/.github/workflows/ci.yml +158 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/Cargo.toml.orig +75 -0
- data/ext/cargo-vendor/regex-automata-0.4.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-automata-0.4.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-automata-0.4.9/Cargo.toml.orig +110 -0
- data/ext/cargo-vendor/regex-syntax-0.6.29/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-syntax-0.6.29/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-syntax-0.6.29/Cargo.toml.orig +33 -0
- data/ext/cargo-vendor/regex-syntax-0.8.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-syntax-0.8.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-syntax-0.8.5/Cargo.toml.orig +51 -0
- data/ext/cargo-vendor/rustc-hash-1.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rustc-hash-1.1.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/rustc-hash-1.1.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rustc_version-0.4.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/FUNDING.yml +2 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/dependabot.yml +12 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/workflows/rust.yml +70 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/Cargo.toml.orig +17 -0
- data/ext/cargo-vendor/rustix-1.0.8/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rustix-1.0.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.lock +1105 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.toml +284 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.toml.orig +274 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/fs/syscalls.rs +2721 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/io/syscalls.rs +303 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/net/sockopt.rs +1338 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/thread/syscalls.rs +780 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/aarch64.rs +269 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/arm.rs +266 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips.rs +544 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips32r6.rs +544 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips64.rs +467 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips64r6.rs +471 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/powerpc.rs +414 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/powerpc64.rs +414 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/riscv64.rs +266 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/s390x.rs +288 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/thumb.rs +323 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/x86.rs +492 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/x86_64.rs +294 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/param/auxv.rs +580 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/thread/syscalls.rs +549 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/lib.rs +426 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/not_implemented.rs +348 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/pid.rs +135 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/thread/futex.rs +600 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/thread/setns.rs +162 -0
- data/ext/cargo-vendor/ryu-1.0.20/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ryu-1.0.20/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ryu-1.0.20/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/ryu-1.0.20/.github/workflows/ci.yml +120 -0
- data/ext/cargo-vendor/ryu-1.0.20/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/same-file-1.0.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/same-file-1.0.6/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/same-file-1.0.6/Cargo.toml.orig +21 -0
- data/ext/cargo-vendor/semver-1.0.26/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/semver-1.0.26/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/semver-1.0.26/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/semver-1.0.26/.github/workflows/ci.yml +140 -0
- data/ext/cargo-vendor/semver-1.0.26/Cargo.toml.orig +31 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/seq-macro-0.3.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.github/workflows/ci.yml +103 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/Cargo.toml.orig +28 -0
- data/ext/cargo-vendor/serde-1.0.219/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde-1.0.219/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde-1.0.219/Cargo.toml.orig +71 -0
- data/ext/cargo-vendor/serde_derive-1.0.219/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_derive-1.0.219/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_derive-1.0.219/Cargo.toml.orig +41 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.github/workflows/ci.yml +158 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.lock +419 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.toml +157 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.toml.orig +91 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/lib.rs +438 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/read.rs +1089 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/ser.rs +2285 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/value/mod.rs +1042 -0
- data/ext/cargo-vendor/serde_magnus-0.9.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_magnus-0.9.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_magnus-0.9.0/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.github/workflows/ci.yml +111 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/Cargo.toml.orig +31 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/sharded-slab-0.1.7/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.clog.toml +26 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.envrc +1 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/FUNDING.yml +12 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/workflows/ci.yml +154 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/workflows/release.yml +22 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/Cargo.toml.orig +53 -0
- data/ext/cargo-vendor/shell-words-1.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/shell-words-1.1.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/shell-words-1.1.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/shlex-1.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/shlex-1.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/shlex-1.3.0/.github/workflows/test.yml +36 -0
- data/ext/cargo-vendor/shlex-1.3.0/Cargo.toml.orig +23 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.github/workflows/main.yml +114 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.lock +198 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.toml +110 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.toml.orig +54 -0
- data/ext/cargo-vendor/smallvec-1.15.1/src/lib.rs +2605 -0
- data/ext/cargo-vendor/strsim-0.11.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/strsim-0.11.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/strsim-0.11.1/.editorconfig +13 -0
- data/ext/cargo-vendor/strsim-0.11.1/Cargo.toml.orig +17 -0
- data/ext/cargo-vendor/syn-1.0.109/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/syn-1.0.109/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/syn-1.0.109/Cargo.toml.orig +91 -0
- data/ext/cargo-vendor/syn-2.0.101/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/syn-2.0.101/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/syn-2.0.101/Cargo.toml.orig +94 -0
- data/ext/cargo-vendor/tap-1.0.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tap-1.0.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/tap-1.0.1/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.github/dependabot.yml +10 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.github/workflows/ci.yml +107 -0
- data/ext/cargo-vendor/tempfile-3.20.0/CHANGELOG.md +360 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.lock +183 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.toml +98 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/imp/any.rs +24 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/imp/unix.rs +26 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/mod.rs +516 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/file/mod.rs +1078 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/lib.rs +760 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/spooled.rs +249 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/util.rs +82 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/env.rs +16 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/namedtempfile.rs +607 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/spooled.rs +377 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/tempdir.rs +212 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/tempfile.rs +78 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.github/workflows/ci.yml +27 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.github/workflows/release-plz.yml +53 -0
- data/ext/cargo-vendor/thread_local-1.1.9/CHANGELOG.md +16 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.lock +610 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.toml +51 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/thread_local-1.1.9/README.md +39 -0
- data/ext/cargo-vendor/thread_local-1.1.9/src/thread_id.rs +210 -0
- data/ext/cargo-vendor/tracing-0.1.41/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-0.1.41/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-0.1.41/Cargo.toml.orig +118 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/CHANGELOG.md +469 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.lock +601 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.toml +157 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/README.md +91 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/attr.rs +478 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/expand.rs +854 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/lib.rs +707 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/async_fn.rs +496 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/dead_code.rs +10 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/err.rs +329 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/instrument.rs +346 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/async_instrument.rs +45 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/async_instrument.stderr +104 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/const_instrument.stderr +15 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/unused_instrumented_fn.rs +6 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/unused_instrumented_fn.stderr +11 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/pass/type_shadowing.rs +17 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui.rs +15 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/CHANGELOG.md +587 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.lock +23 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.toml +106 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.toml.orig +49 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/README.md +121 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/callsite.rs +618 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/dispatcher.rs +1068 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/field.rs +1320 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/lib.rs +302 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/metadata.rs +1114 -0
- data/ext/cargo-vendor/tracing-log-0.2.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-log-0.2.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-log-0.2.0/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/Cargo.toml.orig +109 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/unicode-ident-1.0.18/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.github/workflows/ci.yml +110 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/Cargo.toml.orig +36 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/tests/fst/.gitignore +1 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.github/workflows/ci.yml +109 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/Cargo.toml.orig +24 -0
- data/ext/cargo-vendor/utf8parse-0.2.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/utf8parse-0.2.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/utf8parse-0.2.2/Cargo.toml.orig +15 -0
- data/ext/cargo-vendor/valuable-0.1.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/valuable-0.1.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/valuable-0.1.1/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/version_check-0.9.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/version_check-0.9.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/version_check-0.9.5/.github/workflows/ci.yml +42 -0
- data/ext/cargo-vendor/version_check-0.9.5/.travis.yml +6 -0
- data/ext/cargo-vendor/version_check-0.9.5/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/walkdir-2.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/walkdir-2.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/walkdir-2.5.0/.github/workflows/ci.yml +94 -0
- data/ext/cargo-vendor/walkdir-2.5.0/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.github/workflows/main.yml +44 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.gitmodules +3 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.lock +23 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.toml +59 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.github/workflows/main.yml +77 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.gitmodules +0 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/Cargo.toml.orig +60 -0
- data/ext/cargo-vendor/winapi-0.3.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-0.3.9/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/winapi-0.3.9/Cargo.toml.orig +431 -0
- data/ext/cargo-vendor/winapi-i686-pc-windows-gnu-0.4.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-util-0.1.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/.github/workflows/ci.yml +87 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/winapi-x86_64-pc-windows-gnu-0.4.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/windows-link-0.1.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-link-0.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.toml +44 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/windows-link-0.1.3/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-link-0.1.3/license-mit +21 -0
- data/ext/cargo-vendor/windows-link-0.1.3/readme.md +26 -0
- data/ext/cargo-vendor/windows-link-0.1.3/src/lib.rs +39 -0
- data/ext/cargo-vendor/windows-sys-0.59.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows-sys-0.59.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-sys-0.59.0/Cargo.toml.orig +274 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.lock +74 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.toml +305 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.toml.orig +276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/license-mit +21 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/readme.md +40 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/rustfmt.toml +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/Bluetooth/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/mod.rs +49 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Foundation/mod.rs +1842 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Graphics/Direct3D/mod.rs +11534 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Graphics/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/Ndis/mod.rs +4258 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/mod.rs +269 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs +1785 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/mod.rs +5284 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/IO/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Memory/mod.rs +11 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/OfflineRegistry/mod.rs +28 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Registry/mod.rs +215 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/SystemInformation/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/SystemServices/mod.rs +16976 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Threading/mod.rs +155 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/mod.rs +14 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/HtmlHelp/mod.rs +510 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/RightsManagement/mod.rs +262 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/AllJoyn/mod.rs +1303 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Beep/mod.rs +11 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/BiometricFramework/mod.rs +1712 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Bluetooth/mod.rs +1629 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Cdrom/mod.rs +539 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Communication/mod.rs +332 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs +4702 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceQuery/mod.rs +165 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Display/mod.rs +3822 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Dvd/mod.rs +717 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs +102 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Fax/mod.rs +1358 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs +3996 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfc/mod.rs +633 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfp/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/PortableDevices/mod.rs +1422 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Properties/mod.rs +265 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Pwm/mod.rs +73 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Sensors/mod.rs +554 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/SerialCommunication/mod.rs +247 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Tapi/mod.rs +3405 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Usb/mod.rs +3334 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs +1003 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/mod.rs +100 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Foundation/mod.rs +10365 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Gaming/mod.rs +99 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Globalization/mod.rs +5285 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Dwm/mod.rs +238 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Gdi/mod.rs +4203 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/GdiPlus/mod.rs +2381 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Hlsl/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/OpenGL/mod.rs +1276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs +32 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/mod.rs +5024 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs +111 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Management/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Audio/mod.rs +2447 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/DxMediaObjects/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/KernelStreaming/mod.rs +6409 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Multimedia/mod.rs +6882 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Streaming/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs +996 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/mod.rs +212 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs +2511 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dns/mod.rs +2076 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs +22 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs +3771 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Multicast/mod.rs +89 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Ndis/mod.rs +3567 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetBios/mod.rs +248 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs +5358 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetShell/mod.rs +200 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs +282 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/P2P/mod.rs +1502 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/QoS/mod.rs +1810 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Rras/mod.rs +3870 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Snmp/mod.rs +457 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WNet/mod.rs +428 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WebDav/mod.rs +57 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WiFi/mod.rs +5206 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs +139 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs +4971 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs +326 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs +157 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/ActiveDirectory/mod.rs +2859 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/Clustering/mod.rs +4340 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/HttpServer/mod.rs +1525 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/Ldap/mod.rs +907 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WebSocket/mod.rs +113 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinHttp/mod.rs +1247 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinInet/mod.rs +2499 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinSock/mod.rs +5891 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WindowsWebServices/mod.rs +4218 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/AppLocker/mod.rs +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/Identity/mod.rs +6792 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authorization/mod.rs +1204 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Credentials/mod.rs +931 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs +188 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs +2330 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Sip/mod.rs +198 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/UI/mod.rs +701 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/mod.rs +10296 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/DirectoryServices/mod.rs +15 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/EnterpriseData/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs +1173 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Isolation/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/LicenseProtection/mod.rs +8 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs +194 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/WinTrust/mod.rs +1123 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/WinWlx/mod.rs +387 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/mod.rs +1346 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Cabinets/mod.rs +256 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/CloudFilters/mod.rs +791 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Compression/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs +441 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/FileHistory/mod.rs +97 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/FileSystem/mod.rs +4367 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Imapi/mod.rs +709 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/IndexServer/mod.rs +329 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs +376 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/IscsiDisc/mod.rs +1599 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Jet/mod.rs +3006 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Nvme/mod.rs +4443 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/OfflineFiles/mod.rs +276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/OperationRecorder/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/Appx/mod.rs +454 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs +306 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/StructuredStorage/mod.rs +3 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Vhd/mod.rs +965 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Xps/mod.rs +440 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/mod.rs +38 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/AddressBook/mod.rs +1255 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Antimalware/mod.rs +147 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs +2321 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationVerifier/mod.rs +68 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ClrHosting/mod.rs +364 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/Marshal/mod.rs +172 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/StructuredStorage/mod.rs +847 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/Urlmon/mod.rs +955 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/mod.rs +1549 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ComponentServices/mod.rs +604 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Console/mod.rs +433 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/CorrelationVector/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DataExchange/mod.rs +506 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DeploymentServices/mod.rs +636 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DeveloperLicensing/mod.rs +3 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/mod.rs +4085 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/mod.rs +6558 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Etw/mod.rs +2504 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs +355 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs +144 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/TraceLogging/mod.rs +105 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs +328 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Environment/mod.rs +237 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ErrorReporting/mod.rs +460 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventCollector/mod.rs +127 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventLog/mod.rs +401 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventNotificationService/mod.rs +35 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/GroupPolicy/mod.rs +477 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostCompute/mod.rs +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeNetwork/mod.rs +86 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeSystem/mod.rs +187 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Hypervisor/mod.rs +2388 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/IO/mod.rs +78 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Iis/mod.rs +1581 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Ioctl/mod.rs +7422 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/JobObjects/mod.rs +525 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Js/mod.rs +145 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Kernel/mod.rs +392 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/LibraryLoader/mod.rs +122 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Mailslots/mod.rs +6 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Mapi/mod.rs +185 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Memory/NonVolatile/mod.rs +25 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Memory/mod.rs +536 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/MessageQueuing/mod.rs +766 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/MixedReality/mod.rs +14 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Ole/mod.rs +2992 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/PasswordManagement/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs +32 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Performance/mod.rs +1266 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Pipes/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Power/mod.rs +1572 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ProcessStatus/mod.rs +235 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Recovery/mod.rs +15 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Registry/mod.rs +1144 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RemoteDesktop/mod.rs +2145 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RemoteManagement/mod.rs +1095 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RestartManager/mod.rs +101 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Restore/mod.rs +81 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Rpc/mod.rs +3429 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Search/Common/mod.rs +21 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Search/mod.rs +6535 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SecurityCenter/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Services/mod.rs +727 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SetupAndMigration/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Shutdown/mod.rs +111 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/StationsAndDesktops/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SubsystemForLinux/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SystemInformation/mod.rs +866 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SystemServices/mod.rs +5338 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Threading/mod.rs +1285 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Time/mod.rs +60 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/TpmBaseServices/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/UserAccessLogging/mod.rs +23 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Variant/mod.rs +351 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/VirtualDosMachines/mod.rs +341 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/WindowsProgramming/mod.rs +1886 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Wmi/mod.rs +2845 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/mod.rs +132 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Accessibility/mod.rs +1916 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/ColorSystem/mod.rs +788 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/Dialogs/mod.rs +1380 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/mod.rs +8163 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/HiDpi/mod.rs +66 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Ime/mod.rs +1619 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs +895 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Pointer/mod.rs +184 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Touch/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/XboxController/mod.rs +151 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/mod.rs +232 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/InteractionContext/mod.rs +254 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Magnification/mod.rs +62 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/Common/mod.rs +129 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs +356 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/mod.rs +7533 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/TabletPC/mod.rs +1595 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/TextServices/mod.rs +862 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs +4075 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/mod.rs +22 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Web/InternetExplorer/mod.rs +634 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Web/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/mod.rs +30 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/core/literals.rs +114 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/core/mod.rs +47 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/lib.rs +17 -0
- data/ext/cargo-vendor/windows-targets-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows-targets-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-targets-0.52.6/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.lock +72 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.toml +72 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.toml.orig +41 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/license-mit +21 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/readme.md +27 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/src/lib.rs +29 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/Cargo.toml.orig +19 -0
- data/ext/fast_code_owners/Cargo.toml +4 -3
- data/ext/fast_code_owners/src/lib.rs +1 -1
- data/lib/fast_code_owners/cli.rb +144 -0
- data/lib/fast_code_owners/team_finder.rb +2 -1
- data/lib/fast_code_owners/version.rb +1 -1
- data/lib/fast_code_owners.rb +16 -0
- metadata +1916 -1170
- data/ext/cargo-vendor/anstream-0.6.18/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstream-0.6.18/Cargo.lock +0 -705
- data/ext/cargo-vendor/anstream-0.6.18/Cargo.toml +0 -233
- data/ext/cargo-vendor/anstream-0.6.18/README.md +0 -34
- data/ext/cargo-vendor/anstream-0.6.18/benches/stream.rs +0 -103
- data/ext/cargo-vendor/anstream-0.6.18/benches/strip.rs +0 -134
- data/ext/cargo-vendor/anstream-0.6.18/benches/wincon.rs +0 -46
- data/ext/cargo-vendor/anstream-0.6.18/src/_macros.rs +0 -365
- data/ext/cargo-vendor/anstream-0.6.18/src/adapter/strip.rs +0 -511
- data/ext/cargo-vendor/anstream-0.6.18/src/adapter/wincon.rs +0 -387
- data/ext/cargo-vendor/anstream-0.6.18/src/lib.rs +0 -86
- data/ext/cargo-vendor/anstream-0.6.18/src/stream.rs +0 -315
- data/ext/cargo-vendor/anstream-0.6.18/src/wincon.rs +0 -225
- data/ext/cargo-vendor/anstyle-1.0.10/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-1.0.10/Cargo.lock +0 -16
- data/ext/cargo-vendor/anstyle-1.0.10/Cargo.toml +0 -176
- data/ext/cargo-vendor/anstyle-1.0.10/LICENSE-MIT +0 -19
- data/ext/cargo-vendor/anstyle-1.0.10/README.md +0 -42
- data/ext/cargo-vendor/anstyle-1.0.10/src/color.rs +0 -685
- data/ext/cargo-vendor/anstyle-1.0.10/src/effect.rs +0 -404
- data/ext/cargo-vendor/anstyle-1.0.10/src/lib.rs +0 -64
- data/ext/cargo-vendor/anstyle-1.0.10/src/reset.rs +0 -47
- data/ext/cargo-vendor/anstyle-1.0.10/src/style.rs +0 -437
- data/ext/cargo-vendor/anstyle-parse-0.2.6/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-parse-0.2.6/Cargo.lock +0 -667
- data/ext/cargo-vendor/anstyle-parse-0.2.6/Cargo.toml +0 -200
- data/ext/cargo-vendor/anstyle-parse-0.2.6/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/anstyle-parse-0.2.6/LICENSE-MIT +0 -25
- data/ext/cargo-vendor/anstyle-parse-0.2.6/README.md +0 -33
- data/ext/cargo-vendor/anstyle-parse-0.2.6/benches/parse.rs +0 -207
- data/ext/cargo-vendor/anstyle-parse-0.2.6/src/lib.rs +0 -438
- data/ext/cargo-vendor/anstyle-parse-0.2.6/src/state/definitions.rs +0 -171
- data/ext/cargo-vendor/anstyle-query-1.1.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-query-1.1.2/Cargo.lock +0 -83
- data/ext/cargo-vendor/anstyle-query-1.1.2/Cargo.toml +0 -171
- data/ext/cargo-vendor/anstyle-query-1.1.2/README.md +0 -15
- data/ext/cargo-vendor/anstyle-query-1.1.2/src/lib.rs +0 -159
- data/ext/cargo-vendor/anstyle-query-1.1.2/src/windows.rs +0 -79
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/Cargo.lock +0 -104
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/Cargo.toml +0 -188
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/LICENSE-MIT +0 -19
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/README.md +0 -30
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/src/lib.rs +0 -21
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/src/windows.rs +0 -260
- data/ext/cargo-vendor/clap-4.5.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap-4.5.37/Cargo.lock +0 -868
- data/ext/cargo-vendor/clap-4.5.37/Cargo.toml +0 -627
- data/ext/cargo-vendor/clap-4.5.37/README.md +0 -43
- data/ext/cargo-vendor/clap-4.5.37/examples/tutorial_builder/03_04_subcommands.md +0 -59
- data/ext/cargo-vendor/clap-4.5.37/examples/tutorial_derive/03_04_subcommands.md +0 -60
- data/ext/cargo-vendor/clap-4.5.37/src/_derive/mod.rs +0 -533
- data/ext/cargo-vendor/clap-4.5.37/src/_faq.rs +0 -95
- data/ext/cargo-vendor/clap-4.5.37/src/bin/stdio-fixture.rs +0 -26
- data/ext/cargo-vendor/clap-4.5.37/src/lib.rs +0 -102
- data/ext/cargo-vendor/clap_builder-4.5.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_builder-4.5.37/Cargo.lock +0 -450
- data/ext/cargo-vendor/clap_builder-4.5.37/Cargo.toml +0 -219
- data/ext/cargo-vendor/clap_builder-4.5.37/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_builder-4.5.37/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_builder-4.5.37/README.md +0 -24
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/action.rs +0 -461
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/command.rs +0 -5202
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/styling.rs +0 -177
- data/ext/cargo-vendor/clap_builder-4.5.37/src/error/kind.rs +0 -366
- data/ext/cargo-vendor/clap_builder-4.5.37/src/lib.rs +0 -49
- data/ext/cargo-vendor/clap_builder-4.5.37/src/macros.rs +0 -590
- data/ext/cargo-vendor/clap_builder-4.5.37/src/output/help_template.rs +0 -1151
- data/ext/cargo-vendor/clap_builder-4.5.37/src/parser/matches/arg_matches.rs +0 -2100
- data/ext/cargo-vendor/clap_derive-4.5.32/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_derive-4.5.32/Cargo.lock +0 -100
- data/ext/cargo-vendor/clap_derive-4.5.32/Cargo.toml +0 -163
- data/ext/cargo-vendor/clap_derive-4.5.32/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_derive-4.5.32/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_derive-4.5.32/README.md +0 -24
- data/ext/cargo-vendor/clap_lex-0.7.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_lex-0.7.4/Cargo.toml +0 -163
- data/ext/cargo-vendor/clap_lex-0.7.4/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_lex-0.7.4/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_lex-0.7.4/README.md +0 -19
- data/ext/cargo-vendor/clap_lex-0.7.4/src/lib.rs +0 -522
- data/ext/cargo-vendor/codeowners-0.2.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/codeowners-0.2.4/CONFIGURATION.md +0 -135
- data/ext/cargo-vendor/codeowners-0.2.4/Cargo.lock +0 -1214
- data/ext/cargo-vendor/codeowners-0.2.4/Cargo.toml +0 -90
- data/ext/cargo-vendor/codeowners-0.2.4/README.md +0 -128
- data/ext/cargo-vendor/codeowners-0.2.4/src/cache/file.rs +0 -173
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership/mapper/directory_mapper.rs +0 -169
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership/mapper/package_mapper.rs +0 -215
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership.rs +0 -219
- data/ext/cargo-vendor/codeowners-0.2.4/src/project.rs +0 -199
- data/ext/cargo-vendor/codeowners-0.2.4/src/project_builder.rs +0 -230
- data/ext/cargo-vendor/codeowners-0.2.4/src/runner.rs +0 -293
- data/ext/cargo-vendor/codeowners-0.2.4/tests/fixtures/valid_project/.github/CODEOWNERS +0 -35
- data/ext/cargo-vendor/codeowners-0.2.4/tests/fixtures/valid_project/config/code_ownership.yml +0 -10
- data/ext/cargo-vendor/codeowners-0.2.4/tests/valid_project_test.rs +0 -237
- data/ext/cargo-vendor/colorchoice-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/colorchoice-1.0.3/Cargo.toml +0 -160
- data/ext/cargo-vendor/colorchoice-1.0.3/README.md +0 -24
- data/ext/cargo-vendor/colorchoice-1.0.3/src/lib.rs +0 -116
- data/ext/cargo-vendor/errno-0.3.11/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/errno-0.3.11/CHANGELOG.md +0 -122
- data/ext/cargo-vendor/errno-0.3.11/Cargo.lock +0 -90
- data/ext/cargo-vendor/errno-0.3.11/Cargo.toml +0 -67
- data/ext/cargo-vendor/fast-glob-0.4.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/fast-glob-0.4.5/Cargo.lock +0 -460
- data/ext/cargo-vendor/fast-glob-0.4.5/Cargo.toml +0 -61
- data/ext/cargo-vendor/getrandom-0.3.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/getrandom-0.3.2/CHANGELOG.md +0 -605
- data/ext/cargo-vendor/getrandom-0.3.2/Cargo.lock +0 -365
- data/ext/cargo-vendor/getrandom-0.3.2/Cargo.toml +0 -147
- data/ext/cargo-vendor/getrandom-0.3.2/README.md +0 -385
- data/ext/cargo-vendor/getrandom-0.3.2/src/backends/wasi_p1.rs +0 -26
- data/ext/cargo-vendor/getrandom-0.3.2/src/backends.rs +0 -180
- data/ext/cargo-vendor/hashbrown-0.15.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/hashbrown-0.15.2/CHANGELOG.md +0 -588
- data/ext/cargo-vendor/hashbrown-0.15.2/Cargo.lock +0 -266
- data/ext/cargo-vendor/hashbrown-0.15.2/Cargo.toml +0 -173
- data/ext/cargo-vendor/hashbrown-0.15.2/README.md +0 -80
- data/ext/cargo-vendor/hashbrown-0.15.2/benches/bench.rs +0 -331
- data/ext/cargo-vendor/hashbrown-0.15.2/src/control/group/mod.rs +0 -35
- data/ext/cargo-vendor/hashbrown-0.15.2/src/external_trait_impls/serde.rs +0 -220
- data/ext/cargo-vendor/hashbrown-0.15.2/src/lib.rs +0 -181
- data/ext/cargo-vendor/hashbrown-0.15.2/src/map.rs +0 -6512
- data/ext/cargo-vendor/hashbrown-0.15.2/src/raw/alloc.rs +0 -86
- data/ext/cargo-vendor/hashbrown-0.15.2/src/raw/mod.rs +0 -4383
- data/ext/cargo-vendor/hashbrown-0.15.2/src/rustc_entry.rs +0 -567
- data/ext/cargo-vendor/hashbrown-0.15.2/src/set.rs +0 -3108
- data/ext/cargo-vendor/hashbrown-0.15.2/src/table.rs +0 -2383
- data/ext/cargo-vendor/hashbrown-0.15.2/src/util.rs +0 -14
- data/ext/cargo-vendor/hashbrown-0.15.2/tests/set.rs +0 -34
- data/ext/cargo-vendor/indexmap-2.9.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/indexmap-2.9.0/Cargo.lock +0 -338
- data/ext/cargo-vendor/indexmap-2.9.0/Cargo.toml +0 -145
- data/ext/cargo-vendor/indexmap-2.9.0/RELEASES.md +0 -557
- data/ext/cargo-vendor/indexmap-2.9.0/benches/bench.rs +0 -763
- data/ext/cargo-vendor/indexmap-2.9.0/benches/faststring.rs +0 -185
- data/ext/cargo-vendor/indexmap-2.9.0/src/lib.rs +0 -300
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core/entry.rs +0 -571
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core/raw_entry_v1.rs +0 -665
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core.rs +0 -738
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/iter.rs +0 -776
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/mutable.rs +0 -166
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/slice.rs +0 -631
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/tests.rs +0 -1008
- data/ext/cargo-vendor/indexmap-2.9.0/src/map.rs +0 -1651
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/map.rs +0 -663
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/mod.rs +0 -16
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/set.rs +0 -756
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/iter.rs +0 -628
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/slice.rs +0 -379
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/tests.rs +0 -723
- data/ext/cargo-vendor/indexmap-2.9.0/src/set.rs +0 -1301
- data/ext/cargo-vendor/indexmap-2.9.0/tests/quick.rs +0 -759
- data/ext/cargo-vendor/r-efi-5.2.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/r-efi-5.2.0/AUTHORS +0 -73
- data/ext/cargo-vendor/r-efi-5.2.0/Cargo.lock +0 -26
- data/ext/cargo-vendor/r-efi-5.2.0/Cargo.toml +0 -77
- data/ext/cargo-vendor/r-efi-5.2.0/NEWS.md +0 -292
- data/ext/cargo-vendor/rb-sys-0.9.111/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-0.9.111/Cargo.toml +0 -70
- data/ext/cargo-vendor/rb-sys-0.9.111/readme.md +0 -72
- data/ext/cargo-vendor/rb-sys-0.9.111/src/macros.rs +0 -286
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/compiled.c +0 -123
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/compiled.rs +0 -216
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_2_6.rs +0 -279
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_2_7.rs +0 -279
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_0.rs +0 -287
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_1.rs +0 -280
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_2.rs +0 -278
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_3.rs +0 -271
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_4.rs +0 -271
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api.rs +0 -229
- data/ext/cargo-vendor/rb-sys-0.9.111/src/utils.rs +0 -67
- data/ext/cargo-vendor/rb-sys-build-0.9.111/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-build-0.9.111/Cargo.toml +0 -71
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/bindings/stable_api.rs +0 -206
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/bindings.rs +0 -254
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/cc.rs +0 -403
- data/ext/cargo-vendor/rustix-1.0.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rustix-1.0.5/Cargo.lock +0 -1033
- data/ext/cargo-vendor/rustix-1.0.5/Cargo.toml +0 -290
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/fs/syscalls.rs +0 -2718
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/io/syscalls.rs +0 -297
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/net/sockopt.rs +0 -1339
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/thread/syscalls.rs +0 -780
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/aarch64.rs +0 -268
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/arm.rs +0 -265
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips.rs +0 -543
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips32r6.rs +0 -543
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips64.rs +0 -466
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips64r6.rs +0 -470
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/powerpc.rs +0 -413
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/powerpc64.rs +0 -413
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/riscv64.rs +0 -265
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/s390x.rs +0 -287
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/thumb.rs +0 -322
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/x86.rs +0 -490
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/x86_64.rs +0 -293
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/param/auxv.rs +0 -583
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/thread/syscalls.rs +0 -549
- data/ext/cargo-vendor/rustix-1.0.5/src/lib.rs +0 -420
- data/ext/cargo-vendor/rustix-1.0.5/src/not_implemented.rs +0 -349
- data/ext/cargo-vendor/rustix-1.0.5/src/pid.rs +0 -111
- data/ext/cargo-vendor/rustix-1.0.5/src/thread/futex.rs +0 -600
- data/ext/cargo-vendor/rustix-1.0.5/src/thread/setns.rs +0 -139
- data/ext/cargo-vendor/serde_json-1.0.140/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/serde_json-1.0.140/Cargo.lock +0 -417
- data/ext/cargo-vendor/serde_json-1.0.140/Cargo.toml +0 -157
- data/ext/cargo-vendor/serde_json-1.0.140/src/lib.rs +0 -437
- data/ext/cargo-vendor/serde_json-1.0.140/src/read.rs +0 -1089
- data/ext/cargo-vendor/serde_json-1.0.140/src/ser.rs +0 -2277
- data/ext/cargo-vendor/serde_json-1.0.140/src/value/mod.rs +0 -1035
- data/ext/cargo-vendor/smallvec-1.15.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/smallvec-1.15.0/Cargo.lock +0 -198
- data/ext/cargo-vendor/smallvec-1.15.0/Cargo.toml +0 -110
- data/ext/cargo-vendor/smallvec-1.15.0/src/lib.rs +0 -2603
- data/ext/cargo-vendor/tempfile-3.19.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tempfile-3.19.1/CHANGELOG.md +0 -338
- data/ext/cargo-vendor/tempfile-3.19.1/Cargo.lock +0 -183
- data/ext/cargo-vendor/tempfile-3.19.1/Cargo.toml +0 -95
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/imp/any.rs +0 -24
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/imp/unix.rs +0 -26
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/mod.rs +0 -500
- data/ext/cargo-vendor/tempfile-3.19.1/src/file/mod.rs +0 -1055
- data/ext/cargo-vendor/tempfile-3.19.1/src/lib.rs +0 -745
- data/ext/cargo-vendor/tempfile-3.19.1/src/spooled.rs +0 -197
- data/ext/cargo-vendor/tempfile-3.19.1/src/util.rs +0 -80
- data/ext/cargo-vendor/tempfile-3.19.1/tests/env.rs +0 -15
- data/ext/cargo-vendor/tempfile-3.19.1/tests/namedtempfile.rs +0 -531
- data/ext/cargo-vendor/tempfile-3.19.1/tests/spooled.rs +0 -322
- data/ext/cargo-vendor/tempfile-3.19.1/tests/tempdir.rs +0 -191
- data/ext/cargo-vendor/tempfile-3.19.1/tests/tempfile.rs +0 -68
- data/ext/cargo-vendor/thread_local-1.1.8/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/thread_local-1.1.8/Cargo.toml +0 -43
- data/ext/cargo-vendor/thread_local-1.1.8/README.md +0 -39
- data/ext/cargo-vendor/thread_local-1.1.8/src/thread_id.rs +0 -206
- data/ext/cargo-vendor/tracing-attributes-0.1.28/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tracing-attributes-0.1.28/CHANGELOG.md +0 -446
- data/ext/cargo-vendor/tracing-attributes-0.1.28/Cargo.toml +0 -151
- data/ext/cargo-vendor/tracing-attributes-0.1.28/README.md +0 -91
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/attr.rs +0 -478
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/expand.rs +0 -833
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/lib.rs +0 -696
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/async_fn.rs +0 -491
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/err.rs +0 -328
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/instrument.rs +0 -326
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/async_instrument.rs +0 -46
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/async_instrument.stderr +0 -98
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/const_instrument.stderr +0 -15
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui.rs +0 -14
- data/ext/cargo-vendor/tracing-core-0.1.33/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tracing-core-0.1.33/CHANGELOG.md +0 -574
- data/ext/cargo-vendor/tracing-core-0.1.33/Cargo.toml +0 -104
- data/ext/cargo-vendor/tracing-core-0.1.33/README.md +0 -121
- data/ext/cargo-vendor/tracing-core-0.1.33/src/callsite.rs +0 -618
- data/ext/cargo-vendor/tracing-core-0.1.33/src/dispatcher.rs +0 -1069
- data/ext/cargo-vendor/tracing-core-0.1.33/src/field.rs +0 -1320
- data/ext/cargo-vendor/tracing-core-0.1.33/src/lib.rs +0 -302
- data/ext/cargo-vendor/tracing-core-0.1.33/src/metadata.rs +0 -1114
- data/ext/cargo-vendor/wasi-0.11.0+wasi-snapshot-preview1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml +0 -42
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/examples/dump-stream.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/examples/query-stream.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/adapter/mod.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/auto.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/buffer.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/fmt.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/strip.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-1.0.11}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/examples/dump-style.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-parse-0.2.7}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → anstyle-parse-0.2.7}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/examples/parselog.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/params.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/codegen.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/mod.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/table.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-query-1.1.4}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{colorchoice-1.0.3 → anstyle-query-1.1.4}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-query-1.1.4}/examples/query.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → anstyle-wincon-3.0.10}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/examples/dump-wincon.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/examples/set-wincon.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/src/ansi.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/src/stream.rs +0 -0
- /data/ext/cargo-vendor/{colorchoice-1.0.3 → clap-4.5.43}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/README.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/demo.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/demo.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/augment_args.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/augment_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/flatten_hand_args.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/hand_subcommand.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/interop_tests.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/find.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/find.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-busybox.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-busybox.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-hostname.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-hostname.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/pacman.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/pacman.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/repl-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/repl.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/01_quick.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/01_quick.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_app_settings.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_apps.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_apps.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_crate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_crate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_bool.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_count.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_count.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_04_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_05_default_values.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_05_default_values.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_06_required.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_06_required.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_enum.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_possible.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_possible.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_parse.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_parse.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_validate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_validate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_03_relations.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_03_relations.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_04_custom.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_04_custom.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/05_01_assert.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/01_quick.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/01_quick.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_app_settings.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_apps.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_apps.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_crate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_crate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_bool.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_count.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_count.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_04_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_04_subcommands_alt.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_05_default_values.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_05_default_values.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_06_optional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_06_optional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_01_enum.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_01_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_parse.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_parse.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_validate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_validate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_03_relations.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_03_relations.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_04_custom.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_04_custom.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/05_01_assert.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/typed-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/typed-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/cargo_example.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/cargo_example_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/escaped_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/escaped_positional_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/find.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/git.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/git_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/multicall_busybox.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/multicall_hostname.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/pacman.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/repl.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/repl_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/typed_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_derive/_tutorial.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_features.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_tutorial.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_group.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_predicate.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/debug_asserts.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/ext.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/os_str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/possible_value.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/range.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/resettable.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/styled_str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/tests.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/value_hint.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/value_parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/derive.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/context.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/format.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/mkeymap.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/fmt.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/help.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/core.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/word_separators.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/wrap_algorithms.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/usage.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/arg_matcher.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/error.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/features/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/features/suggestions.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/matched_arg.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/value_source.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/validator.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/any_value.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/color.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/flat_map.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/flat_set.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/graph.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/id.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/str_to_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/attr.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/args.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/into_app.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/subcommand.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/value_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/dummies.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/item.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/doc_comments.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/error.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/spanned.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/ty.rs +0 -0
- /data/ext/cargo-vendor/{clap_lex-0.7.4 → clap_lex-0.7.5}/src/ext.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/audit.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/ci.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/dotslash-config.json +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.rustfmt.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.rusty-hook.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/dev/run_benchmarks.sh +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/rust-toolchain.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cache/mod.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cache/noop.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cli.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/common_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/config.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/main.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/file_generator.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/file_owner_finder.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/escaper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_file_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_gem_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_glob_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_yml_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/parser.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/tests.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/validator.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/project_file_builder.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/cache_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/common/mod.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/.github/CODEOWNERS +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/code_ownership.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/teams/payments.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/teams/payroll.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/gems/payroll_calculator/calculator.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/bank_account.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/blockchain.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/payments/nacha.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/services/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/services/multi_owned.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/unowned.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/packages/payroll_flow/package.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/.github/CODEOWNERS +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/deep/nesting/nestdir/deep_file.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/one_owner.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/exciting/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/exciting/some_other_file.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/code_ownership.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/teams/bar.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/teams/foo.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/.ignore +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/config/teams/payments.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/config/teams/payroll.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/gems/payroll_calculator/calculator.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/PayrollFlow/index.tsx +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/PayrollFlow/package.json +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/(special)/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/(special)/pay.ts +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/item.ts +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/models/bank_account.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/models/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/foo/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/foo/ownedby_payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/nacha.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payroll/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payroll/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/ignored_files/git_ignored.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/packages/payroll_flow/package.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/invalid_project_structure_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/invalid_project_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/multiple_directory_owners_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tmp/.gitkeep +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/README.md +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/clippy.toml +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/hermit.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/unix.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/wasi.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/windows.rs +0 -0
- /data/ext/cargo-vendor/{fast-glob-0.4.5 → fast-glob-1.0.0}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/benches/buffer.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/build.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/apple_other.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/custom.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/efi_rng.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/esp_idf.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/fuchsia.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/getentropy.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/getrandom.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/hermit.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/linux_android_with_fallback.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/linux_raw.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/netbsd.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/rdrand.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/rndr.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/solaris.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/solid.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/use_file.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/vxworks.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/wasi_p2.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/wasm_js.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/windows.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/windows7.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/error_std_impls.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/lazy.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/util.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/util_libc.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/tests/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/benches/insert_unique_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/benches/set_ops.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/clippy.toml +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/bitmask.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/generic.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/neon.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/sse2.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/tag.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/helpers.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/map.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/raw.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/set.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/table.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/raw_entry.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/scopeguard.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/equivalent_trait.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/hasher.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/rayon.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/serde.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/README.md +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/arbitrary.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/borsh.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/map/serde_seq.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/serde.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/set/mutable.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/util.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/equivalent_trait.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/macros_full_path.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/tests.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/Makefile +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/README.md +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/freestanding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/gop-query.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/hello-world.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/base.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/hii.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/absolute_pointer.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/block_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/bus_specific_driver_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/debug_support.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/debugport.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/decompress.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_from_text.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_to_text.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_utilities.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/disk_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/disk_io2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_binding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_diagnostics2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_family_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/file.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/graphics_output.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_database.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_font.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_font_ex.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_package_list.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_string.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/ip4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/ip6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/load_file.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/load_file2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/loaded_image.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/loaded_image_device_path.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/managed_network.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/memory_attribute.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/mp_services.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/pci_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/platform_driver_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/rng.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/service_binding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell_dynamic_command.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell_parameters.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_file_system.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_network.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_input.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_input_ex.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_output.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/tcp4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/tcp6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/timestamp.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/udp4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/udp6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/system.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/vendor/intel/console_control.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/vendor.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/bin/release.sh +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/features.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/main.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/stable_api_config.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/version.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/bindings.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/hidden.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/memory.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/ruby_abi_version.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/special_consts.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/symbol.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/tracking_allocator.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/value_type.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/bindings/sanitizer.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/bindings/wrapper.h +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/flags.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/library.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/search_path.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/utils.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CHANGES.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/COPYRIGHT +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/ORG_CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/README.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/benches/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/build.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/conv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/poll_fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/windows_syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/windows_syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io_uring/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/ext.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/msghdr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/read_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/send_recv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/write_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/param/auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/prctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/prctl/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pty/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pty/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/cpu_set.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/futex.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/ugid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/ugid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/winsock_c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/arch/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/conv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/poll_fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io_uring/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/msghdr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/read_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/send_recv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/sockopt.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/write_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/init.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/libc_auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/prctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/prctl/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pty/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pty/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/reg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/tls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/cpu_set.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/futex.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/ugid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/ugid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/vdso.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/vdso_wrappers.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/bitcast.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/buffer.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/check_types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/clockid.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/cstr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/eventfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/kqueue.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/pause.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/poll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/port.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/select.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ffi.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/abs.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/at.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/constants.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/copy_file_range.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fadvise.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcntl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcntl_apple.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcopyfile.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/getpath.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/memfd_create.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/openat2.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/raw_dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/seek_from.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/sendfile.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/special.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/statx.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/sync.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/xattr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/close.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/dup.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/fcntl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/read_write.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io_uring/bindgen_types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/bsd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/linux.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/patterns.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/kernel_sigset.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/owned.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/raw.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/raw.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/socket.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/std/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/madvise.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/mmap.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/msync.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/userfaultfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/fsopen.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/mount_unmount.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/send_recv/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/send_recv/msg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socket.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socket_addr_any.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socketpair.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/sockopt.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/wsa.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/init.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/arg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/dec_int.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/pipe.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/chdir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/chroot.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/exit.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/fcntl_getlk.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/kill.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pidfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pidfd_getfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pivot_root.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/priority.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/procctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/rlimit.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/umask.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/pty.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/rand/getrandom.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/runtime.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/shm.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/signal.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/static_assertions.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/stdio.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/system.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/tc.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/tty.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/clock.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/libcap.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/membarrier.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/sched.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/sched_yield.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/clock.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/timerfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/timespec.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ugid.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/utils.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/weak.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/README.md +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/build.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/de.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/io/core.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/iter.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/algorithm.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/bhcomp.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/bignum.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/cached.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/cached_float80.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/digit.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/errors.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/exponent.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/float.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers32.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers64.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/math.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/num.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/parse.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/rounding.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/shift.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/small_powers.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/map.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/number.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/raw.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/de.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/from.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/index.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/partial_eq.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/ser.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/compiletest.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/debug.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/algorithm.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/exponent.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/float.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/math.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/num.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/parse.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/rounding.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/macros/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/map.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue1004.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue520.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue795.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue845.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue953.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/stream.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/test.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_colon.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_colon.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_comma.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_comma.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_value.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_value.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/not_found.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/not_found.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_expr.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_expr.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_key.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_key.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_array_element.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_array_element.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_map_entry.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_map_entry.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_colon.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_colon.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_comma.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_comma.stderr +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/README.md +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/benches/bench.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/debug_metadata/README.md +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/debug_metadata/smallvec.natvis +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/scripts/run_miri.sh +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/arbitrary.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/specialization.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/tests.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/tests/debugger_visualizer.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/tests/macro.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/README.md +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/deny.toml +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/dir/imp/mod.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/env.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/mod.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/other.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/unix.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/windows.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/benches/thread_local.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/cached.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/unreachable.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/destructuring.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/fields.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/follows_from.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/levels.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/names.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/parents.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/ret.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/targets.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28/tests/ui → tracing-attributes-0.1.30/tests/ui/fail}/const_instrument.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/event.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/lazy.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/parent.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/span.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/mod.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/mutex.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/once.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/stdlib.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/subscriber.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/common/mod.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/dispatch.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/global_dispatch.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/local_dispatch_before_init.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/macros.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/missed_register_callsite.rs +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/ORG_CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/src/lib_generated.rs +0 -0
@@ -1,2718 +0,0 @@
|
|
1
|
-
//! libc syscalls supporting `rustix::fs`.
|
2
|
-
|
3
|
-
use crate::backend::c;
|
4
|
-
#[cfg(any(not(target_os = "redox"), feature = "alloc"))]
|
5
|
-
use crate::backend::conv::ret_usize;
|
6
|
-
use crate::backend::conv::{borrowed_fd, c_str, ret, ret_c_int, ret_off_t, ret_owned_fd};
|
7
|
-
use crate::fd::{BorrowedFd, OwnedFd};
|
8
|
-
#[allow(unused_imports)]
|
9
|
-
use crate::ffi;
|
10
|
-
use crate::ffi::CStr;
|
11
|
-
#[cfg(all(apple, feature = "alloc"))]
|
12
|
-
use crate::ffi::CString;
|
13
|
-
#[cfg(not(any(target_os = "espidf", target_os = "horizon", target_os = "vita")))]
|
14
|
-
use crate::fs::Access;
|
15
|
-
#[cfg(not(any(target_os = "espidf", target_os = "redox")))]
|
16
|
-
use crate::fs::AtFlags;
|
17
|
-
#[cfg(not(any(
|
18
|
-
netbsdlike,
|
19
|
-
target_os = "dragonfly",
|
20
|
-
target_os = "espidf",
|
21
|
-
target_os = "horizon",
|
22
|
-
target_os = "nto",
|
23
|
-
target_os = "redox",
|
24
|
-
target_os = "vita",
|
25
|
-
)))]
|
26
|
-
use crate::fs::FallocateFlags;
|
27
|
-
#[cfg(not(any(
|
28
|
-
target_os = "espidf",
|
29
|
-
target_os = "horizon",
|
30
|
-
target_os = "vita",
|
31
|
-
target_os = "wasi"
|
32
|
-
)))]
|
33
|
-
use crate::fs::FlockOperation;
|
34
|
-
#[cfg(any(linux_kernel, target_os = "freebsd"))]
|
35
|
-
use crate::fs::MemfdFlags;
|
36
|
-
#[cfg(any(linux_kernel, apple))]
|
37
|
-
use crate::fs::RenameFlags;
|
38
|
-
#[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))]
|
39
|
-
use crate::fs::SealFlags;
|
40
|
-
#[cfg(not(any(
|
41
|
-
solarish,
|
42
|
-
target_os = "espidf",
|
43
|
-
target_os = "haiku",
|
44
|
-
target_os = "horizon",
|
45
|
-
target_os = "netbsd",
|
46
|
-
target_os = "nto",
|
47
|
-
target_os = "redox",
|
48
|
-
target_os = "vita",
|
49
|
-
target_os = "wasi",
|
50
|
-
)))]
|
51
|
-
use crate::fs::StatFs;
|
52
|
-
#[cfg(not(any(target_os = "espidf", target_os = "vita")))]
|
53
|
-
use crate::fs::Timestamps;
|
54
|
-
#[cfg(not(any(
|
55
|
-
apple,
|
56
|
-
target_os = "espidf",
|
57
|
-
target_os = "redox",
|
58
|
-
target_os = "vita",
|
59
|
-
target_os = "wasi"
|
60
|
-
)))]
|
61
|
-
use crate::fs::{Dev, FileType};
|
62
|
-
use crate::fs::{Mode, OFlags, SeekFrom, Stat};
|
63
|
-
#[cfg(not(any(target_os = "haiku", target_os = "redox", target_os = "wasi")))]
|
64
|
-
use crate::fs::{StatVfs, StatVfsMountFlags};
|
65
|
-
use crate::io;
|
66
|
-
#[cfg(all(target_env = "gnu", fix_y2038))]
|
67
|
-
use crate::timespec::LibcTimespec;
|
68
|
-
#[cfg(not(target_os = "wasi"))]
|
69
|
-
use crate::ugid::{Gid, Uid};
|
70
|
-
#[cfg(all(apple, feature = "alloc"))]
|
71
|
-
use alloc::vec;
|
72
|
-
use core::mem::MaybeUninit;
|
73
|
-
#[cfg(apple)]
|
74
|
-
use {
|
75
|
-
crate::backend::conv::nonnegative_ret,
|
76
|
-
crate::fs::{copyfile_state_t, CloneFlags, CopyfileFlags},
|
77
|
-
};
|
78
|
-
#[cfg(not(any(
|
79
|
-
apple,
|
80
|
-
netbsdlike,
|
81
|
-
target_os = "dragonfly",
|
82
|
-
target_os = "espidf",
|
83
|
-
target_os = "haiku",
|
84
|
-
target_os = "horizon",
|
85
|
-
target_os = "redox",
|
86
|
-
target_os = "solaris",
|
87
|
-
target_os = "vita",
|
88
|
-
)))]
|
89
|
-
use {crate::fs::Advice, core::num::NonZeroU64};
|
90
|
-
#[cfg(any(apple, linux_kernel, target_os = "hurd"))]
|
91
|
-
use {crate::fs::XattrFlags, core::mem::size_of, core::ptr::null_mut};
|
92
|
-
#[cfg(linux_kernel)]
|
93
|
-
use {
|
94
|
-
crate::fs::{ResolveFlags, Statx, StatxFlags, CWD},
|
95
|
-
core::ptr::null,
|
96
|
-
};
|
97
|
-
|
98
|
-
#[cfg(all(target_env = "gnu", fix_y2038))]
|
99
|
-
weak!(fn __utimensat64(c::c_int, *const ffi::c_char, *const LibcTimespec, c::c_int) -> c::c_int);
|
100
|
-
#[cfg(all(target_env = "gnu", fix_y2038))]
|
101
|
-
weak!(fn __futimens64(c::c_int, *const LibcTimespec) -> c::c_int);
|
102
|
-
|
103
|
-
/// Use a direct syscall (via libc) for `open`.
|
104
|
-
///
|
105
|
-
/// This is only currently necessary as a workaround for old glibc; see below.
|
106
|
-
#[cfg(all(unix, target_env = "gnu"))]
|
107
|
-
fn open_via_syscall(path: &CStr, oflags: OFlags, mode: Mode) -> io::Result<OwnedFd> {
|
108
|
-
// Linux on aarch64, loongarch64 and riscv64 has no `open` syscall so use
|
109
|
-
// `openat`.
|
110
|
-
#[cfg(any(
|
111
|
-
target_arch = "aarch64",
|
112
|
-
target_arch = "riscv32",
|
113
|
-
target_arch = "riscv64",
|
114
|
-
target_arch = "csky",
|
115
|
-
target_arch = "loongarch64"
|
116
|
-
))]
|
117
|
-
{
|
118
|
-
openat_via_syscall(CWD, path, oflags, mode)
|
119
|
-
}
|
120
|
-
|
121
|
-
// Use the `open` syscall.
|
122
|
-
#[cfg(not(any(
|
123
|
-
target_arch = "aarch64",
|
124
|
-
target_arch = "riscv32",
|
125
|
-
target_arch = "riscv64",
|
126
|
-
target_arch = "csky",
|
127
|
-
target_arch = "loongarch64"
|
128
|
-
)))]
|
129
|
-
unsafe {
|
130
|
-
syscall! {
|
131
|
-
fn open(
|
132
|
-
pathname: *const ffi::c_char,
|
133
|
-
oflags: c::c_int,
|
134
|
-
mode: c::mode_t
|
135
|
-
) via SYS_open -> c::c_int
|
136
|
-
}
|
137
|
-
|
138
|
-
ret_owned_fd(open(
|
139
|
-
c_str(path),
|
140
|
-
bitflags_bits!(oflags),
|
141
|
-
bitflags_bits!(mode),
|
142
|
-
))
|
143
|
-
}
|
144
|
-
}
|
145
|
-
|
146
|
-
pub(crate) fn open(path: &CStr, oflags: OFlags, mode: Mode) -> io::Result<OwnedFd> {
|
147
|
-
// Work around <https://sourceware.org/bugzilla/show_bug.cgi?id=17523>.
|
148
|
-
// glibc versions before 2.25 don't handle `O_TMPFILE` correctly.
|
149
|
-
#[cfg(all(
|
150
|
-
unix,
|
151
|
-
target_env = "gnu",
|
152
|
-
not(target_os = "hurd"),
|
153
|
-
not(target_os = "freebsd")
|
154
|
-
))]
|
155
|
-
if oflags.contains(OFlags::TMPFILE) && crate::backend::if_glibc_is_less_than_2_25() {
|
156
|
-
return open_via_syscall(path, oflags, mode);
|
157
|
-
}
|
158
|
-
|
159
|
-
// On these platforms, `mode_t` is `u16` and can't be passed directly to a
|
160
|
-
// variadic function.
|
161
|
-
#[cfg(any(
|
162
|
-
apple,
|
163
|
-
freebsdlike,
|
164
|
-
all(target_os = "android", target_pointer_width = "32")
|
165
|
-
))]
|
166
|
-
let mode: c::c_uint = mode.bits().into();
|
167
|
-
|
168
|
-
// Otherwise, cast to `mode_t` as that's what `open` is documented to take.
|
169
|
-
#[cfg(not(any(
|
170
|
-
apple,
|
171
|
-
freebsdlike,
|
172
|
-
all(target_os = "android", target_pointer_width = "32")
|
173
|
-
)))]
|
174
|
-
let mode: c::mode_t = mode.bits() as _;
|
175
|
-
|
176
|
-
unsafe { ret_owned_fd(c::open(c_str(path), bitflags_bits!(oflags), mode)) }
|
177
|
-
}
|
178
|
-
|
179
|
-
/// Use a direct syscall (via libc) for `openat`.
|
180
|
-
///
|
181
|
-
/// This is only currently necessary as a workaround for old glibc; see below.
|
182
|
-
#[cfg(all(unix, target_env = "gnu", not(target_os = "hurd")))]
|
183
|
-
fn openat_via_syscall(
|
184
|
-
dirfd: BorrowedFd<'_>,
|
185
|
-
path: &CStr,
|
186
|
-
oflags: OFlags,
|
187
|
-
mode: Mode,
|
188
|
-
) -> io::Result<OwnedFd> {
|
189
|
-
syscall! {
|
190
|
-
fn openat(
|
191
|
-
base_dirfd: c::c_int,
|
192
|
-
pathname: *const ffi::c_char,
|
193
|
-
oflags: c::c_int,
|
194
|
-
mode: c::mode_t
|
195
|
-
) via SYS_openat -> c::c_int
|
196
|
-
}
|
197
|
-
|
198
|
-
unsafe {
|
199
|
-
ret_owned_fd(openat(
|
200
|
-
borrowed_fd(dirfd),
|
201
|
-
c_str(path),
|
202
|
-
bitflags_bits!(oflags),
|
203
|
-
bitflags_bits!(mode),
|
204
|
-
))
|
205
|
-
}
|
206
|
-
}
|
207
|
-
|
208
|
-
#[cfg(not(target_os = "redox"))]
|
209
|
-
pub(crate) fn openat(
|
210
|
-
dirfd: BorrowedFd<'_>,
|
211
|
-
path: &CStr,
|
212
|
-
oflags: OFlags,
|
213
|
-
mode: Mode,
|
214
|
-
) -> io::Result<OwnedFd> {
|
215
|
-
// Work around <https://sourceware.org/bugzilla/show_bug.cgi?id=17523>.
|
216
|
-
// glibc versions before 2.25 don't handle `O_TMPFILE` correctly.
|
217
|
-
#[cfg(all(
|
218
|
-
unix,
|
219
|
-
target_env = "gnu",
|
220
|
-
not(target_os = "hurd"),
|
221
|
-
not(target_os = "freebsd")
|
222
|
-
))]
|
223
|
-
if oflags.contains(OFlags::TMPFILE) && crate::backend::if_glibc_is_less_than_2_25() {
|
224
|
-
return openat_via_syscall(dirfd, path, oflags, mode);
|
225
|
-
}
|
226
|
-
|
227
|
-
// On these platforms, `mode_t` is `u16` and can't be passed directly to a
|
228
|
-
// variadic function.
|
229
|
-
#[cfg(any(
|
230
|
-
apple,
|
231
|
-
freebsdlike,
|
232
|
-
all(target_os = "android", target_pointer_width = "32")
|
233
|
-
))]
|
234
|
-
let mode: c::c_uint = mode.bits().into();
|
235
|
-
|
236
|
-
// Otherwise, cast to `mode_t` as that's what `open` is documented to take.
|
237
|
-
#[cfg(not(any(
|
238
|
-
apple,
|
239
|
-
freebsdlike,
|
240
|
-
all(target_os = "android", target_pointer_width = "32")
|
241
|
-
)))]
|
242
|
-
let mode: c::mode_t = mode.bits() as _;
|
243
|
-
|
244
|
-
unsafe {
|
245
|
-
ret_owned_fd(c::openat(
|
246
|
-
borrowed_fd(dirfd),
|
247
|
-
c_str(path),
|
248
|
-
bitflags_bits!(oflags),
|
249
|
-
mode,
|
250
|
-
))
|
251
|
-
}
|
252
|
-
}
|
253
|
-
|
254
|
-
#[cfg(not(any(
|
255
|
-
solarish,
|
256
|
-
target_os = "espidf",
|
257
|
-
target_os = "haiku",
|
258
|
-
target_os = "horizon",
|
259
|
-
target_os = "netbsd",
|
260
|
-
target_os = "nto",
|
261
|
-
target_os = "redox",
|
262
|
-
target_os = "vita",
|
263
|
-
target_os = "wasi",
|
264
|
-
)))]
|
265
|
-
#[inline]
|
266
|
-
pub(crate) fn statfs(filename: &CStr) -> io::Result<StatFs> {
|
267
|
-
unsafe {
|
268
|
-
let mut result = MaybeUninit::<StatFs>::uninit();
|
269
|
-
ret(c::statfs(c_str(filename), result.as_mut_ptr()))?;
|
270
|
-
Ok(result.assume_init())
|
271
|
-
}
|
272
|
-
}
|
273
|
-
|
274
|
-
#[cfg(not(any(target_os = "haiku", target_os = "redox", target_os = "wasi")))]
|
275
|
-
#[inline]
|
276
|
-
pub(crate) fn statvfs(filename: &CStr) -> io::Result<StatVfs> {
|
277
|
-
unsafe {
|
278
|
-
let mut result = MaybeUninit::<c::statvfs>::uninit();
|
279
|
-
ret(c::statvfs(c_str(filename), result.as_mut_ptr()))?;
|
280
|
-
Ok(libc_statvfs_to_statvfs(result.assume_init()))
|
281
|
-
}
|
282
|
-
}
|
283
|
-
|
284
|
-
#[cfg(feature = "alloc")]
|
285
|
-
#[inline]
|
286
|
-
pub(crate) fn readlink(path: &CStr, buf: &mut [u8]) -> io::Result<usize> {
|
287
|
-
unsafe { ret_usize(c::readlink(c_str(path), buf.as_mut_ptr().cast(), buf.len()) as isize) }
|
288
|
-
}
|
289
|
-
|
290
|
-
#[cfg(not(target_os = "redox"))]
|
291
|
-
#[inline]
|
292
|
-
pub(crate) unsafe fn readlinkat(
|
293
|
-
dirfd: BorrowedFd<'_>,
|
294
|
-
path: &CStr,
|
295
|
-
buf: (*mut u8, usize),
|
296
|
-
) -> io::Result<usize> {
|
297
|
-
ret_usize(c::readlinkat(borrowed_fd(dirfd), c_str(path), buf.0.cast(), buf.1) as isize)
|
298
|
-
}
|
299
|
-
|
300
|
-
pub(crate) fn mkdir(path: &CStr, mode: Mode) -> io::Result<()> {
|
301
|
-
unsafe { ret(c::mkdir(c_str(path), mode.bits() as c::mode_t)) }
|
302
|
-
}
|
303
|
-
|
304
|
-
#[cfg(not(target_os = "redox"))]
|
305
|
-
pub(crate) fn mkdirat(dirfd: BorrowedFd<'_>, path: &CStr, mode: Mode) -> io::Result<()> {
|
306
|
-
unsafe {
|
307
|
-
ret(c::mkdirat(
|
308
|
-
borrowed_fd(dirfd),
|
309
|
-
c_str(path),
|
310
|
-
mode.bits() as c::mode_t,
|
311
|
-
))
|
312
|
-
}
|
313
|
-
}
|
314
|
-
|
315
|
-
#[cfg(linux_kernel)]
|
316
|
-
pub(crate) fn getdents_uninit(
|
317
|
-
fd: BorrowedFd<'_>,
|
318
|
-
buf: &mut [MaybeUninit<u8>],
|
319
|
-
) -> io::Result<usize> {
|
320
|
-
syscall! {
|
321
|
-
fn getdents64(
|
322
|
-
fd: c::c_int,
|
323
|
-
dirp: *mut c::c_void,
|
324
|
-
count: usize
|
325
|
-
) via SYS_getdents64 -> c::ssize_t
|
326
|
-
}
|
327
|
-
unsafe {
|
328
|
-
ret_usize(getdents64(
|
329
|
-
borrowed_fd(fd),
|
330
|
-
buf.as_mut_ptr().cast::<c::c_void>(),
|
331
|
-
buf.len(),
|
332
|
-
))
|
333
|
-
}
|
334
|
-
}
|
335
|
-
|
336
|
-
pub(crate) fn link(old_path: &CStr, new_path: &CStr) -> io::Result<()> {
|
337
|
-
unsafe { ret(c::link(c_str(old_path), c_str(new_path))) }
|
338
|
-
}
|
339
|
-
|
340
|
-
#[cfg(not(any(target_os = "espidf", target_os = "redox")))]
|
341
|
-
pub(crate) fn linkat(
|
342
|
-
old_dirfd: BorrowedFd<'_>,
|
343
|
-
old_path: &CStr,
|
344
|
-
new_dirfd: BorrowedFd<'_>,
|
345
|
-
new_path: &CStr,
|
346
|
-
flags: AtFlags,
|
347
|
-
) -> io::Result<()> {
|
348
|
-
// macOS ≤ 10.9 lacks `linkat`.
|
349
|
-
#[cfg(target_os = "macos")]
|
350
|
-
unsafe {
|
351
|
-
weak! {
|
352
|
-
fn linkat(
|
353
|
-
c::c_int,
|
354
|
-
*const ffi::c_char,
|
355
|
-
c::c_int,
|
356
|
-
*const ffi::c_char,
|
357
|
-
c::c_int
|
358
|
-
) -> c::c_int
|
359
|
-
}
|
360
|
-
// If we have `linkat`, use it.
|
361
|
-
if let Some(libc_linkat) = linkat.get() {
|
362
|
-
return ret(libc_linkat(
|
363
|
-
borrowed_fd(old_dirfd),
|
364
|
-
c_str(old_path),
|
365
|
-
borrowed_fd(new_dirfd),
|
366
|
-
c_str(new_path),
|
367
|
-
bitflags_bits!(flags),
|
368
|
-
));
|
369
|
-
}
|
370
|
-
// Otherwise, see if we can emulate the `AT_FDCWD` case.
|
371
|
-
if borrowed_fd(old_dirfd) != c::AT_FDCWD || borrowed_fd(new_dirfd) != c::AT_FDCWD {
|
372
|
-
return Err(io::Errno::NOSYS);
|
373
|
-
}
|
374
|
-
if flags.intersects(!AtFlags::SYMLINK_FOLLOW) {
|
375
|
-
return Err(io::Errno::INVAL);
|
376
|
-
}
|
377
|
-
if !flags.is_empty() {
|
378
|
-
return Err(io::Errno::OPNOTSUPP);
|
379
|
-
}
|
380
|
-
ret(c::link(c_str(old_path), c_str(new_path)))
|
381
|
-
}
|
382
|
-
|
383
|
-
#[cfg(not(target_os = "macos"))]
|
384
|
-
unsafe {
|
385
|
-
ret(c::linkat(
|
386
|
-
borrowed_fd(old_dirfd),
|
387
|
-
c_str(old_path),
|
388
|
-
borrowed_fd(new_dirfd),
|
389
|
-
c_str(new_path),
|
390
|
-
bitflags_bits!(flags),
|
391
|
-
))
|
392
|
-
}
|
393
|
-
}
|
394
|
-
|
395
|
-
pub(crate) fn rmdir(path: &CStr) -> io::Result<()> {
|
396
|
-
unsafe { ret(c::rmdir(c_str(path))) }
|
397
|
-
}
|
398
|
-
|
399
|
-
pub(crate) fn unlink(path: &CStr) -> io::Result<()> {
|
400
|
-
unsafe { ret(c::unlink(c_str(path))) }
|
401
|
-
}
|
402
|
-
|
403
|
-
#[cfg(not(any(target_os = "espidf", target_os = "redox")))]
|
404
|
-
pub(crate) fn unlinkat(dirfd: BorrowedFd<'_>, path: &CStr, flags: AtFlags) -> io::Result<()> {
|
405
|
-
// macOS ≤ 10.9 lacks `unlinkat`.
|
406
|
-
#[cfg(target_os = "macos")]
|
407
|
-
unsafe {
|
408
|
-
weak! {
|
409
|
-
fn unlinkat(
|
410
|
-
c::c_int,
|
411
|
-
*const ffi::c_char,
|
412
|
-
c::c_int
|
413
|
-
) -> c::c_int
|
414
|
-
}
|
415
|
-
// If we have `unlinkat`, use it.
|
416
|
-
if let Some(libc_unlinkat) = unlinkat.get() {
|
417
|
-
return ret(libc_unlinkat(
|
418
|
-
borrowed_fd(dirfd),
|
419
|
-
c_str(path),
|
420
|
-
bitflags_bits!(flags),
|
421
|
-
));
|
422
|
-
}
|
423
|
-
// Otherwise, see if we can emulate the `AT_FDCWD` case.
|
424
|
-
if borrowed_fd(dirfd) != c::AT_FDCWD {
|
425
|
-
return Err(io::Errno::NOSYS);
|
426
|
-
}
|
427
|
-
if flags.intersects(!AtFlags::REMOVEDIR) {
|
428
|
-
return Err(io::Errno::INVAL);
|
429
|
-
}
|
430
|
-
if flags.contains(AtFlags::REMOVEDIR) {
|
431
|
-
ret(c::rmdir(c_str(path)))
|
432
|
-
} else {
|
433
|
-
ret(c::unlink(c_str(path)))
|
434
|
-
}
|
435
|
-
}
|
436
|
-
|
437
|
-
#[cfg(not(target_os = "macos"))]
|
438
|
-
unsafe {
|
439
|
-
ret(c::unlinkat(
|
440
|
-
borrowed_fd(dirfd),
|
441
|
-
c_str(path),
|
442
|
-
bitflags_bits!(flags),
|
443
|
-
))
|
444
|
-
}
|
445
|
-
}
|
446
|
-
|
447
|
-
pub(crate) fn rename(old_path: &CStr, new_path: &CStr) -> io::Result<()> {
|
448
|
-
unsafe { ret(c::rename(c_str(old_path), c_str(new_path))) }
|
449
|
-
}
|
450
|
-
|
451
|
-
#[cfg(not(target_os = "redox"))]
|
452
|
-
pub(crate) fn renameat(
|
453
|
-
old_dirfd: BorrowedFd<'_>,
|
454
|
-
old_path: &CStr,
|
455
|
-
new_dirfd: BorrowedFd<'_>,
|
456
|
-
new_path: &CStr,
|
457
|
-
) -> io::Result<()> {
|
458
|
-
// macOS ≤ 10.9 lacks `renameat`.
|
459
|
-
#[cfg(target_os = "macos")]
|
460
|
-
unsafe {
|
461
|
-
weak! {
|
462
|
-
fn renameat(
|
463
|
-
c::c_int,
|
464
|
-
*const ffi::c_char,
|
465
|
-
c::c_int,
|
466
|
-
*const ffi::c_char
|
467
|
-
) -> c::c_int
|
468
|
-
}
|
469
|
-
// If we have `renameat`, use it.
|
470
|
-
if let Some(libc_renameat) = renameat.get() {
|
471
|
-
return ret(libc_renameat(
|
472
|
-
borrowed_fd(old_dirfd),
|
473
|
-
c_str(old_path),
|
474
|
-
borrowed_fd(new_dirfd),
|
475
|
-
c_str(new_path),
|
476
|
-
));
|
477
|
-
}
|
478
|
-
// Otherwise, see if we can emulate the `AT_FDCWD` case.
|
479
|
-
if borrowed_fd(old_dirfd) != c::AT_FDCWD || borrowed_fd(new_dirfd) != c::AT_FDCWD {
|
480
|
-
return Err(io::Errno::NOSYS);
|
481
|
-
}
|
482
|
-
ret(c::rename(c_str(old_path), c_str(new_path)))
|
483
|
-
}
|
484
|
-
|
485
|
-
#[cfg(not(target_os = "macos"))]
|
486
|
-
unsafe {
|
487
|
-
ret(c::renameat(
|
488
|
-
borrowed_fd(old_dirfd),
|
489
|
-
c_str(old_path),
|
490
|
-
borrowed_fd(new_dirfd),
|
491
|
-
c_str(new_path),
|
492
|
-
))
|
493
|
-
}
|
494
|
-
}
|
495
|
-
|
496
|
-
#[cfg(all(target_os = "linux", target_env = "gnu"))]
|
497
|
-
pub(crate) fn renameat2(
|
498
|
-
old_dirfd: BorrowedFd<'_>,
|
499
|
-
old_path: &CStr,
|
500
|
-
new_dirfd: BorrowedFd<'_>,
|
501
|
-
new_path: &CStr,
|
502
|
-
flags: RenameFlags,
|
503
|
-
) -> io::Result<()> {
|
504
|
-
// `renameat2` wasn't supported in glibc until 2.28.
|
505
|
-
weak_or_syscall! {
|
506
|
-
fn renameat2(
|
507
|
-
olddirfd: c::c_int,
|
508
|
-
oldpath: *const ffi::c_char,
|
509
|
-
newdirfd: c::c_int,
|
510
|
-
newpath: *const ffi::c_char,
|
511
|
-
flags: c::c_uint
|
512
|
-
) via SYS_renameat2 -> c::c_int
|
513
|
-
}
|
514
|
-
|
515
|
-
unsafe {
|
516
|
-
ret(renameat2(
|
517
|
-
borrowed_fd(old_dirfd),
|
518
|
-
c_str(old_path),
|
519
|
-
borrowed_fd(new_dirfd),
|
520
|
-
c_str(new_path),
|
521
|
-
flags.bits(),
|
522
|
-
))
|
523
|
-
}
|
524
|
-
}
|
525
|
-
|
526
|
-
#[cfg(any(
|
527
|
-
target_os = "android",
|
528
|
-
all(target_os = "linux", not(target_env = "gnu")),
|
529
|
-
))]
|
530
|
-
#[inline]
|
531
|
-
pub(crate) fn renameat2(
|
532
|
-
old_dirfd: BorrowedFd<'_>,
|
533
|
-
old_path: &CStr,
|
534
|
-
new_dirfd: BorrowedFd<'_>,
|
535
|
-
new_path: &CStr,
|
536
|
-
flags: RenameFlags,
|
537
|
-
) -> io::Result<()> {
|
538
|
-
// At present, `libc` only has `renameat2` defined for glibc. If we have
|
539
|
-
// no flags, we can use plain `renameat`, but otherwise we use `syscall!`.
|
540
|
-
// to call `renameat2` ourselves.
|
541
|
-
if flags.is_empty() {
|
542
|
-
renameat(old_dirfd, old_path, new_dirfd, new_path)
|
543
|
-
} else {
|
544
|
-
syscall! {
|
545
|
-
fn renameat2(
|
546
|
-
olddirfd: c::c_int,
|
547
|
-
oldpath: *const ffi::c_char,
|
548
|
-
newdirfd: c::c_int,
|
549
|
-
newpath: *const ffi::c_char,
|
550
|
-
flags: c::c_uint
|
551
|
-
) via SYS_renameat2 -> c::c_int
|
552
|
-
}
|
553
|
-
|
554
|
-
unsafe {
|
555
|
-
ret(renameat2(
|
556
|
-
borrowed_fd(old_dirfd),
|
557
|
-
c_str(old_path),
|
558
|
-
borrowed_fd(new_dirfd),
|
559
|
-
c_str(new_path),
|
560
|
-
flags.bits(),
|
561
|
-
))
|
562
|
-
}
|
563
|
-
}
|
564
|
-
}
|
565
|
-
|
566
|
-
#[cfg(apple)]
|
567
|
-
pub(crate) fn renameat2(
|
568
|
-
old_dirfd: BorrowedFd<'_>,
|
569
|
-
old_path: &CStr,
|
570
|
-
new_dirfd: BorrowedFd<'_>,
|
571
|
-
new_path: &CStr,
|
572
|
-
flags: RenameFlags,
|
573
|
-
) -> io::Result<()> {
|
574
|
-
unsafe {
|
575
|
-
// macOS < 10.12 lacks `renameatx_np`.
|
576
|
-
weak! {
|
577
|
-
fn renameatx_np(
|
578
|
-
c::c_int,
|
579
|
-
*const ffi::c_char,
|
580
|
-
c::c_int,
|
581
|
-
*const ffi::c_char,
|
582
|
-
c::c_uint
|
583
|
-
) -> c::c_int
|
584
|
-
}
|
585
|
-
// If we have `renameatx_np`, use it.
|
586
|
-
if let Some(libc_renameatx_np) = renameatx_np.get() {
|
587
|
-
return ret(libc_renameatx_np(
|
588
|
-
borrowed_fd(old_dirfd),
|
589
|
-
c_str(old_path),
|
590
|
-
borrowed_fd(new_dirfd),
|
591
|
-
c_str(new_path),
|
592
|
-
flags.bits(),
|
593
|
-
));
|
594
|
-
}
|
595
|
-
// Otherwise, see if we can use `rename`. There's no point in trying
|
596
|
-
// `renamex_np` because it was added in the same macOS release as
|
597
|
-
// `renameatx_np`.
|
598
|
-
if !flags.is_empty()
|
599
|
-
|| borrowed_fd(old_dirfd) != c::AT_FDCWD
|
600
|
-
|| borrowed_fd(new_dirfd) != c::AT_FDCWD
|
601
|
-
{
|
602
|
-
return Err(io::Errno::NOSYS);
|
603
|
-
}
|
604
|
-
ret(c::rename(c_str(old_path), c_str(new_path)))
|
605
|
-
}
|
606
|
-
}
|
607
|
-
|
608
|
-
pub(crate) fn symlink(old_path: &CStr, new_path: &CStr) -> io::Result<()> {
|
609
|
-
unsafe { ret(c::symlink(c_str(old_path), c_str(new_path))) }
|
610
|
-
}
|
611
|
-
|
612
|
-
#[cfg(not(target_os = "redox"))]
|
613
|
-
pub(crate) fn symlinkat(
|
614
|
-
old_path: &CStr,
|
615
|
-
new_dirfd: BorrowedFd<'_>,
|
616
|
-
new_path: &CStr,
|
617
|
-
) -> io::Result<()> {
|
618
|
-
unsafe {
|
619
|
-
ret(c::symlinkat(
|
620
|
-
c_str(old_path),
|
621
|
-
borrowed_fd(new_dirfd),
|
622
|
-
c_str(new_path),
|
623
|
-
))
|
624
|
-
}
|
625
|
-
}
|
626
|
-
|
627
|
-
pub(crate) fn stat(path: &CStr) -> io::Result<Stat> {
|
628
|
-
// See the comments in `fstat` about using `crate::fs::statx` here.
|
629
|
-
#[cfg(all(
|
630
|
-
linux_kernel,
|
631
|
-
any(
|
632
|
-
target_pointer_width = "32",
|
633
|
-
target_arch = "mips64",
|
634
|
-
target_arch = "mips64r6"
|
635
|
-
)
|
636
|
-
))]
|
637
|
-
{
|
638
|
-
match crate::fs::statx(CWD, path, AtFlags::empty(), StatxFlags::BASIC_STATS) {
|
639
|
-
Ok(x) => statx_to_stat(x),
|
640
|
-
Err(io::Errno::NOSYS) => statat_old(CWD, path, AtFlags::empty()),
|
641
|
-
Err(err) => Err(err),
|
642
|
-
}
|
643
|
-
}
|
644
|
-
|
645
|
-
// Main version: libc is y2038 safe. Or, the platform is not y2038 safe and
|
646
|
-
// there's nothing practical we can do.
|
647
|
-
#[cfg(not(all(
|
648
|
-
linux_kernel,
|
649
|
-
any(
|
650
|
-
target_pointer_width = "32",
|
651
|
-
target_arch = "mips64",
|
652
|
-
target_arch = "mips64r6"
|
653
|
-
)
|
654
|
-
)))]
|
655
|
-
unsafe {
|
656
|
-
#[cfg(test)]
|
657
|
-
assert_eq_size!(Stat, c::stat);
|
658
|
-
|
659
|
-
let mut stat = MaybeUninit::<Stat>::uninit();
|
660
|
-
ret(c::stat(c_str(path), stat.as_mut_ptr().cast()))?;
|
661
|
-
let stat = stat.assume_init();
|
662
|
-
#[cfg(apple)]
|
663
|
-
let stat = fix_negative_stat_nsecs(stat);
|
664
|
-
Ok(stat)
|
665
|
-
}
|
666
|
-
}
|
667
|
-
|
668
|
-
pub(crate) fn lstat(path: &CStr) -> io::Result<Stat> {
|
669
|
-
// See the comments in `fstat` about using `crate::fs::statx` here.
|
670
|
-
#[cfg(all(
|
671
|
-
linux_kernel,
|
672
|
-
any(
|
673
|
-
target_pointer_width = "32",
|
674
|
-
target_arch = "mips64",
|
675
|
-
target_arch = "mips64r6"
|
676
|
-
)
|
677
|
-
))]
|
678
|
-
{
|
679
|
-
match crate::fs::statx(
|
680
|
-
CWD,
|
681
|
-
path,
|
682
|
-
AtFlags::SYMLINK_NOFOLLOW,
|
683
|
-
StatxFlags::BASIC_STATS,
|
684
|
-
) {
|
685
|
-
Ok(x) => statx_to_stat(x),
|
686
|
-
Err(io::Errno::NOSYS) => statat_old(CWD, path, AtFlags::SYMLINK_NOFOLLOW),
|
687
|
-
Err(err) => Err(err),
|
688
|
-
}
|
689
|
-
}
|
690
|
-
|
691
|
-
// Main version: libc is y2038 safe. Or, the platform is not y2038 safe and
|
692
|
-
// there's nothing practical we can do.
|
693
|
-
#[cfg(not(all(
|
694
|
-
linux_kernel,
|
695
|
-
any(
|
696
|
-
target_pointer_width = "32",
|
697
|
-
target_arch = "mips64",
|
698
|
-
target_arch = "mips64r6"
|
699
|
-
)
|
700
|
-
)))]
|
701
|
-
unsafe {
|
702
|
-
#[cfg(test)]
|
703
|
-
assert_eq_size!(Stat, c::stat);
|
704
|
-
|
705
|
-
let mut stat = MaybeUninit::<Stat>::uninit();
|
706
|
-
ret(c::lstat(c_str(path), stat.as_mut_ptr().cast()))?;
|
707
|
-
let stat = stat.assume_init();
|
708
|
-
#[cfg(apple)]
|
709
|
-
let stat = fix_negative_stat_nsecs(stat);
|
710
|
-
Ok(stat)
|
711
|
-
}
|
712
|
-
}
|
713
|
-
|
714
|
-
#[cfg(not(any(target_os = "espidf", target_os = "redox")))]
|
715
|
-
pub(crate) fn statat(dirfd: BorrowedFd<'_>, path: &CStr, flags: AtFlags) -> io::Result<Stat> {
|
716
|
-
// See the comments in `fstat` about using `crate::fs::statx` here.
|
717
|
-
#[cfg(all(
|
718
|
-
linux_kernel,
|
719
|
-
any(
|
720
|
-
target_pointer_width = "32",
|
721
|
-
target_arch = "mips64",
|
722
|
-
target_arch = "mips64r6"
|
723
|
-
)
|
724
|
-
))]
|
725
|
-
{
|
726
|
-
match crate::fs::statx(dirfd, path, flags, StatxFlags::BASIC_STATS) {
|
727
|
-
Ok(x) => statx_to_stat(x),
|
728
|
-
Err(io::Errno::NOSYS) => statat_old(dirfd, path, flags),
|
729
|
-
Err(err) => Err(err),
|
730
|
-
}
|
731
|
-
}
|
732
|
-
|
733
|
-
// Main version: libc is y2038 safe. Or, the platform is not y2038 safe and
|
734
|
-
// there's nothing practical we can do.
|
735
|
-
#[cfg(not(all(
|
736
|
-
linux_kernel,
|
737
|
-
any(
|
738
|
-
target_pointer_width = "32",
|
739
|
-
target_arch = "mips64",
|
740
|
-
target_arch = "mips64r6"
|
741
|
-
)
|
742
|
-
)))]
|
743
|
-
unsafe {
|
744
|
-
#[cfg(test)]
|
745
|
-
assert_eq_size!(Stat, c::stat);
|
746
|
-
|
747
|
-
let mut stat = MaybeUninit::<Stat>::uninit();
|
748
|
-
ret(c::fstatat(
|
749
|
-
borrowed_fd(dirfd),
|
750
|
-
c_str(path),
|
751
|
-
stat.as_mut_ptr().cast(),
|
752
|
-
bitflags_bits!(flags),
|
753
|
-
))?;
|
754
|
-
let stat = stat.assume_init();
|
755
|
-
#[cfg(apple)]
|
756
|
-
let stat = fix_negative_stat_nsecs(stat);
|
757
|
-
Ok(stat)
|
758
|
-
}
|
759
|
-
}
|
760
|
-
|
761
|
-
#[cfg(all(
|
762
|
-
linux_kernel,
|
763
|
-
any(
|
764
|
-
target_pointer_width = "32",
|
765
|
-
target_arch = "mips64",
|
766
|
-
target_arch = "mips64r6"
|
767
|
-
)
|
768
|
-
))]
|
769
|
-
fn statat_old(dirfd: BorrowedFd<'_>, path: &CStr, flags: AtFlags) -> io::Result<Stat> {
|
770
|
-
unsafe {
|
771
|
-
let mut result = MaybeUninit::<c::stat64>::uninit();
|
772
|
-
ret(c::fstatat(
|
773
|
-
borrowed_fd(dirfd),
|
774
|
-
c_str(path),
|
775
|
-
result.as_mut_ptr(),
|
776
|
-
bitflags_bits!(flags),
|
777
|
-
))?;
|
778
|
-
stat64_to_stat(result.assume_init())
|
779
|
-
}
|
780
|
-
}
|
781
|
-
|
782
|
-
#[cfg(not(any(
|
783
|
-
target_os = "espidf",
|
784
|
-
target_os = "horizon",
|
785
|
-
target_os = "emscripten",
|
786
|
-
target_os = "vita"
|
787
|
-
)))]
|
788
|
-
pub(crate) fn access(path: &CStr, access: Access) -> io::Result<()> {
|
789
|
-
unsafe { ret(c::access(c_str(path), access.bits())) }
|
790
|
-
}
|
791
|
-
|
792
|
-
#[cfg(not(any(
|
793
|
-
target_os = "emscripten",
|
794
|
-
target_os = "espidf",
|
795
|
-
target_os = "horizon",
|
796
|
-
target_os = "redox",
|
797
|
-
target_os = "vita"
|
798
|
-
)))]
|
799
|
-
pub(crate) fn accessat(
|
800
|
-
dirfd: BorrowedFd<'_>,
|
801
|
-
path: &CStr,
|
802
|
-
access: Access,
|
803
|
-
flags: AtFlags,
|
804
|
-
) -> io::Result<()> {
|
805
|
-
// macOS ≤ 10.9 lacks `faccessat`.
|
806
|
-
#[cfg(target_os = "macos")]
|
807
|
-
unsafe {
|
808
|
-
weak! {
|
809
|
-
fn faccessat(
|
810
|
-
c::c_int,
|
811
|
-
*const ffi::c_char,
|
812
|
-
c::c_int,
|
813
|
-
c::c_int
|
814
|
-
) -> c::c_int
|
815
|
-
}
|
816
|
-
// If we have `faccessat`, use it.
|
817
|
-
if let Some(libc_faccessat) = faccessat.get() {
|
818
|
-
return ret(libc_faccessat(
|
819
|
-
borrowed_fd(dirfd),
|
820
|
-
c_str(path),
|
821
|
-
bitflags_bits!(access),
|
822
|
-
bitflags_bits!(flags),
|
823
|
-
));
|
824
|
-
}
|
825
|
-
// Otherwise, see if we can emulate the `AT_FDCWD` case.
|
826
|
-
if borrowed_fd(dirfd) != c::AT_FDCWD {
|
827
|
-
return Err(io::Errno::NOSYS);
|
828
|
-
}
|
829
|
-
if flags.intersects(!(AtFlags::EACCESS | AtFlags::SYMLINK_NOFOLLOW)) {
|
830
|
-
return Err(io::Errno::INVAL);
|
831
|
-
}
|
832
|
-
if !flags.is_empty() {
|
833
|
-
return Err(io::Errno::OPNOTSUPP);
|
834
|
-
}
|
835
|
-
ret(c::access(c_str(path), bitflags_bits!(access)))
|
836
|
-
}
|
837
|
-
|
838
|
-
#[cfg(not(target_os = "macos"))]
|
839
|
-
unsafe {
|
840
|
-
ret(c::faccessat(
|
841
|
-
borrowed_fd(dirfd),
|
842
|
-
c_str(path),
|
843
|
-
bitflags_bits!(access),
|
844
|
-
bitflags_bits!(flags),
|
845
|
-
))
|
846
|
-
}
|
847
|
-
}
|
848
|
-
|
849
|
-
#[cfg(target_os = "emscripten")]
|
850
|
-
pub(crate) fn access(_path: &CStr, _access: Access) -> io::Result<()> {
|
851
|
-
Ok(())
|
852
|
-
}
|
853
|
-
|
854
|
-
#[cfg(target_os = "emscripten")]
|
855
|
-
pub(crate) fn accessat(
|
856
|
-
_dirfd: BorrowedFd<'_>,
|
857
|
-
_path: &CStr,
|
858
|
-
_access: Access,
|
859
|
-
_flags: AtFlags,
|
860
|
-
) -> io::Result<()> {
|
861
|
-
Ok(())
|
862
|
-
}
|
863
|
-
|
864
|
-
#[cfg(not(any(
|
865
|
-
target_os = "espidf",
|
866
|
-
target_os = "horizon",
|
867
|
-
target_os = "redox",
|
868
|
-
target_os = "vita"
|
869
|
-
)))]
|
870
|
-
pub(crate) fn utimensat(
|
871
|
-
dirfd: BorrowedFd<'_>,
|
872
|
-
path: &CStr,
|
873
|
-
times: &Timestamps,
|
874
|
-
flags: AtFlags,
|
875
|
-
) -> io::Result<()> {
|
876
|
-
// Old 32-bit version: libc has `utimensat` but it is not y2038 safe by
|
877
|
-
// default. But there may be a `__utimensat64` we can use.
|
878
|
-
#[cfg(all(fix_y2038, not(apple)))]
|
879
|
-
{
|
880
|
-
#[cfg(target_env = "gnu")]
|
881
|
-
if let Some(libc_utimensat) = __utimensat64.get() {
|
882
|
-
let libc_times: [LibcTimespec; 2] =
|
883
|
-
[times.last_access.into(), times.last_modification.into()];
|
884
|
-
|
885
|
-
unsafe {
|
886
|
-
return ret(libc_utimensat(
|
887
|
-
borrowed_fd(dirfd),
|
888
|
-
c_str(path),
|
889
|
-
libc_times.as_ptr(),
|
890
|
-
bitflags_bits!(flags),
|
891
|
-
));
|
892
|
-
}
|
893
|
-
}
|
894
|
-
|
895
|
-
utimensat_old(dirfd, path, times, flags)
|
896
|
-
}
|
897
|
-
|
898
|
-
// Main version: libc is y2038 safe and has `utimensat`. Or, the platform
|
899
|
-
// is not y2038 safe and there's nothing practical we can do.
|
900
|
-
#[cfg(not(any(apple, fix_y2038)))]
|
901
|
-
unsafe {
|
902
|
-
use crate::utils::as_ptr;
|
903
|
-
|
904
|
-
ret(c::utimensat(
|
905
|
-
borrowed_fd(dirfd),
|
906
|
-
c_str(path),
|
907
|
-
as_ptr(times).cast(),
|
908
|
-
bitflags_bits!(flags),
|
909
|
-
))
|
910
|
-
}
|
911
|
-
|
912
|
-
// Apple version: `utimensat` was introduced in macOS 10.13.
|
913
|
-
#[cfg(apple)]
|
914
|
-
unsafe {
|
915
|
-
use crate::utils::as_ptr;
|
916
|
-
|
917
|
-
// ABI details
|
918
|
-
weak! {
|
919
|
-
fn utimensat(
|
920
|
-
c::c_int,
|
921
|
-
*const ffi::c_char,
|
922
|
-
*const c::timespec,
|
923
|
-
c::c_int
|
924
|
-
) -> c::c_int
|
925
|
-
}
|
926
|
-
extern "C" {
|
927
|
-
fn setattrlist(
|
928
|
-
path: *const ffi::c_char,
|
929
|
-
attr_list: *const Attrlist,
|
930
|
-
attr_buf: *const c::c_void,
|
931
|
-
attr_buf_size: c::size_t,
|
932
|
-
options: c::c_ulong,
|
933
|
-
) -> c::c_int;
|
934
|
-
}
|
935
|
-
const FSOPT_NOFOLLOW: c::c_ulong = 0x0000_0001;
|
936
|
-
|
937
|
-
// If we have `utimensat`, use it.
|
938
|
-
if let Some(have_utimensat) = utimensat.get() {
|
939
|
-
return ret(have_utimensat(
|
940
|
-
borrowed_fd(dirfd),
|
941
|
-
c_str(path),
|
942
|
-
as_ptr(times).cast(),
|
943
|
-
bitflags_bits!(flags),
|
944
|
-
));
|
945
|
-
}
|
946
|
-
|
947
|
-
// Convert `times`. We only need this in the child, but do it before
|
948
|
-
// calling `fork` because it might fail.
|
949
|
-
let (attrbuf_size, times, attrs) = times_to_attrlist(times)?;
|
950
|
-
|
951
|
-
// `setattrlistat` was introduced in 10.13 along with `utimensat`, so
|
952
|
-
// if we don't have `utimensat`, we don't have `setattrlistat` either.
|
953
|
-
// Emulate it using `fork`, and `fchdir` and [`setattrlist`].
|
954
|
-
//
|
955
|
-
// [`setattrlist`]: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/setattrlist.2.html
|
956
|
-
match c::fork() {
|
957
|
-
-1 => Err(io::Errno::IO),
|
958
|
-
0 => {
|
959
|
-
if c::fchdir(borrowed_fd(dirfd)) != 0 {
|
960
|
-
let code = match libc_errno::errno().0 {
|
961
|
-
c::EACCES => 2,
|
962
|
-
c::ENOTDIR => 3,
|
963
|
-
_ => 1,
|
964
|
-
};
|
965
|
-
c::_exit(code);
|
966
|
-
}
|
967
|
-
|
968
|
-
let mut flags_arg = 0;
|
969
|
-
if flags.contains(AtFlags::SYMLINK_NOFOLLOW) {
|
970
|
-
flags_arg |= FSOPT_NOFOLLOW;
|
971
|
-
}
|
972
|
-
|
973
|
-
if setattrlist(
|
974
|
-
c_str(path),
|
975
|
-
&attrs,
|
976
|
-
as_ptr(×).cast(),
|
977
|
-
attrbuf_size,
|
978
|
-
flags_arg,
|
979
|
-
) != 0
|
980
|
-
{
|
981
|
-
// Translate expected `errno` codes into ad-hoc integer
|
982
|
-
// values suitable for exit statuses.
|
983
|
-
let code = match libc_errno::errno().0 {
|
984
|
-
c::EACCES => 2,
|
985
|
-
c::ENOTDIR => 3,
|
986
|
-
c::EPERM => 4,
|
987
|
-
c::EROFS => 5,
|
988
|
-
c::ELOOP => 6,
|
989
|
-
c::ENOENT => 7,
|
990
|
-
c::ENAMETOOLONG => 8,
|
991
|
-
c::EINVAL => 9,
|
992
|
-
c::ESRCH => 10,
|
993
|
-
c::ENOTSUP => 11,
|
994
|
-
_ => 1,
|
995
|
-
};
|
996
|
-
c::_exit(code);
|
997
|
-
}
|
998
|
-
|
999
|
-
c::_exit(0);
|
1000
|
-
}
|
1001
|
-
child_pid => {
|
1002
|
-
let mut wstatus = 0;
|
1003
|
-
let _ = ret_c_int(c::waitpid(child_pid, &mut wstatus, 0))?;
|
1004
|
-
if c::WIFEXITED(wstatus) {
|
1005
|
-
// Translate our ad-hoc exit statuses back to `errno`
|
1006
|
-
// codes.
|
1007
|
-
match c::WEXITSTATUS(wstatus) {
|
1008
|
-
0 => Ok(()),
|
1009
|
-
2 => Err(io::Errno::ACCESS),
|
1010
|
-
3 => Err(io::Errno::NOTDIR),
|
1011
|
-
4 => Err(io::Errno::PERM),
|
1012
|
-
5 => Err(io::Errno::ROFS),
|
1013
|
-
6 => Err(io::Errno::LOOP),
|
1014
|
-
7 => Err(io::Errno::NOENT),
|
1015
|
-
8 => Err(io::Errno::NAMETOOLONG),
|
1016
|
-
9 => Err(io::Errno::INVAL),
|
1017
|
-
10 => Err(io::Errno::SRCH),
|
1018
|
-
11 => Err(io::Errno::NOTSUP),
|
1019
|
-
_ => Err(io::Errno::IO),
|
1020
|
-
}
|
1021
|
-
} else {
|
1022
|
-
Err(io::Errno::IO)
|
1023
|
-
}
|
1024
|
-
}
|
1025
|
-
}
|
1026
|
-
}
|
1027
|
-
}
|
1028
|
-
|
1029
|
-
#[cfg(all(fix_y2038, not(apple)))]
|
1030
|
-
fn utimensat_old(
|
1031
|
-
dirfd: BorrowedFd<'_>,
|
1032
|
-
path: &CStr,
|
1033
|
-
times: &Timestamps,
|
1034
|
-
flags: AtFlags,
|
1035
|
-
) -> io::Result<()> {
|
1036
|
-
let old_times = [
|
1037
|
-
c::timespec {
|
1038
|
-
tv_sec: times
|
1039
|
-
.last_access
|
1040
|
-
.tv_sec
|
1041
|
-
.try_into()
|
1042
|
-
.map_err(|_| io::Errno::OVERFLOW)?,
|
1043
|
-
tv_nsec: times
|
1044
|
-
.last_access
|
1045
|
-
.tv_nsec
|
1046
|
-
.try_into()
|
1047
|
-
.map_err(|_| io::Errno::OVERFLOW)?,
|
1048
|
-
},
|
1049
|
-
c::timespec {
|
1050
|
-
tv_sec: times
|
1051
|
-
.last_modification
|
1052
|
-
.tv_sec
|
1053
|
-
.try_into()
|
1054
|
-
.map_err(|_| io::Errno::OVERFLOW)?,
|
1055
|
-
tv_nsec: times
|
1056
|
-
.last_modification
|
1057
|
-
.tv_nsec
|
1058
|
-
.try_into()
|
1059
|
-
.map_err(|_| io::Errno::OVERFLOW)?,
|
1060
|
-
},
|
1061
|
-
];
|
1062
|
-
unsafe {
|
1063
|
-
ret(c::utimensat(
|
1064
|
-
borrowed_fd(dirfd),
|
1065
|
-
c_str(path),
|
1066
|
-
old_times.as_ptr(),
|
1067
|
-
bitflags_bits!(flags),
|
1068
|
-
))
|
1069
|
-
}
|
1070
|
-
}
|
1071
|
-
|
1072
|
-
#[cfg(not(target_os = "wasi"))]
|
1073
|
-
pub(crate) fn chmod(path: &CStr, mode: Mode) -> io::Result<()> {
|
1074
|
-
unsafe { ret(c::chmod(c_str(path), mode.bits() as c::mode_t)) }
|
1075
|
-
}
|
1076
|
-
|
1077
|
-
#[cfg(not(any(
|
1078
|
-
linux_kernel,
|
1079
|
-
target_os = "espidf",
|
1080
|
-
target_os = "redox",
|
1081
|
-
target_os = "wasi"
|
1082
|
-
)))]
|
1083
|
-
pub(crate) fn chmodat(
|
1084
|
-
dirfd: BorrowedFd<'_>,
|
1085
|
-
path: &CStr,
|
1086
|
-
mode: Mode,
|
1087
|
-
flags: AtFlags,
|
1088
|
-
) -> io::Result<()> {
|
1089
|
-
unsafe {
|
1090
|
-
ret(c::fchmodat(
|
1091
|
-
borrowed_fd(dirfd),
|
1092
|
-
c_str(path),
|
1093
|
-
mode.bits() as c::mode_t,
|
1094
|
-
bitflags_bits!(flags),
|
1095
|
-
))
|
1096
|
-
}
|
1097
|
-
}
|
1098
|
-
|
1099
|
-
#[cfg(linux_kernel)]
|
1100
|
-
pub(crate) fn chmodat(
|
1101
|
-
dirfd: BorrowedFd<'_>,
|
1102
|
-
path: &CStr,
|
1103
|
-
mode: Mode,
|
1104
|
-
flags: AtFlags,
|
1105
|
-
) -> io::Result<()> {
|
1106
|
-
// Linux's `fchmodat` does not have a flags argument.
|
1107
|
-
//
|
1108
|
-
// Use `c::syscall` rather than `c::fchmodat` because some libc
|
1109
|
-
// implementations, such as musl, add extra logic to `fchmod` to emulate
|
1110
|
-
// support for `AT_SYMLINK_NOFOLLOW`, which uses `/proc` outside our
|
1111
|
-
// control.
|
1112
|
-
syscall! {
|
1113
|
-
fn fchmodat(
|
1114
|
-
base_dirfd: c::c_int,
|
1115
|
-
pathname: *const ffi::c_char,
|
1116
|
-
mode: c::mode_t
|
1117
|
-
) via SYS_fchmodat -> c::c_int
|
1118
|
-
}
|
1119
|
-
if flags == AtFlags::SYMLINK_NOFOLLOW {
|
1120
|
-
return Err(io::Errno::OPNOTSUPP);
|
1121
|
-
}
|
1122
|
-
if !flags.is_empty() {
|
1123
|
-
return Err(io::Errno::INVAL);
|
1124
|
-
}
|
1125
|
-
unsafe {
|
1126
|
-
ret(fchmodat(
|
1127
|
-
borrowed_fd(dirfd),
|
1128
|
-
c_str(path),
|
1129
|
-
mode.bits() as c::mode_t,
|
1130
|
-
))
|
1131
|
-
}
|
1132
|
-
}
|
1133
|
-
|
1134
|
-
#[cfg(apple)]
|
1135
|
-
pub(crate) fn fclonefileat(
|
1136
|
-
srcfd: BorrowedFd<'_>,
|
1137
|
-
dst_dirfd: BorrowedFd<'_>,
|
1138
|
-
dst: &CStr,
|
1139
|
-
flags: CloneFlags,
|
1140
|
-
) -> io::Result<()> {
|
1141
|
-
syscall! {
|
1142
|
-
fn fclonefileat(
|
1143
|
-
srcfd: BorrowedFd<'_>,
|
1144
|
-
dst_dirfd: BorrowedFd<'_>,
|
1145
|
-
dst: *const ffi::c_char,
|
1146
|
-
flags: c::c_int
|
1147
|
-
) via SYS_fclonefileat -> c::c_int
|
1148
|
-
}
|
1149
|
-
|
1150
|
-
unsafe {
|
1151
|
-
ret(fclonefileat(
|
1152
|
-
srcfd,
|
1153
|
-
dst_dirfd,
|
1154
|
-
c_str(dst),
|
1155
|
-
bitflags_bits!(flags),
|
1156
|
-
))
|
1157
|
-
}
|
1158
|
-
}
|
1159
|
-
|
1160
|
-
#[cfg(not(any(target_os = "espidf", target_os = "redox", target_os = "wasi")))]
|
1161
|
-
pub(crate) fn chownat(
|
1162
|
-
dirfd: BorrowedFd<'_>,
|
1163
|
-
path: &CStr,
|
1164
|
-
owner: Option<Uid>,
|
1165
|
-
group: Option<Gid>,
|
1166
|
-
flags: AtFlags,
|
1167
|
-
) -> io::Result<()> {
|
1168
|
-
unsafe {
|
1169
|
-
let (ow, gr) = crate::ugid::translate_fchown_args(owner, group);
|
1170
|
-
ret(c::fchownat(
|
1171
|
-
borrowed_fd(dirfd),
|
1172
|
-
c_str(path),
|
1173
|
-
ow,
|
1174
|
-
gr,
|
1175
|
-
bitflags_bits!(flags),
|
1176
|
-
))
|
1177
|
-
}
|
1178
|
-
}
|
1179
|
-
|
1180
|
-
#[cfg(not(any(
|
1181
|
-
apple,
|
1182
|
-
target_os = "espidf",
|
1183
|
-
target_os = "horizon",
|
1184
|
-
target_os = "redox",
|
1185
|
-
target_os = "vita",
|
1186
|
-
target_os = "wasi"
|
1187
|
-
)))]
|
1188
|
-
pub(crate) fn mknodat(
|
1189
|
-
dirfd: BorrowedFd<'_>,
|
1190
|
-
path: &CStr,
|
1191
|
-
file_type: FileType,
|
1192
|
-
mode: Mode,
|
1193
|
-
dev: Dev,
|
1194
|
-
) -> io::Result<()> {
|
1195
|
-
unsafe {
|
1196
|
-
ret(c::mknodat(
|
1197
|
-
borrowed_fd(dirfd),
|
1198
|
-
c_str(path),
|
1199
|
-
(mode.bits() | file_type.as_raw_mode()) as c::mode_t,
|
1200
|
-
dev.try_into().map_err(|_e| io::Errno::PERM)?,
|
1201
|
-
))
|
1202
|
-
}
|
1203
|
-
}
|
1204
|
-
|
1205
|
-
#[cfg(linux_kernel)]
|
1206
|
-
pub(crate) fn copy_file_range(
|
1207
|
-
fd_in: BorrowedFd<'_>,
|
1208
|
-
off_in: Option<&mut u64>,
|
1209
|
-
fd_out: BorrowedFd<'_>,
|
1210
|
-
off_out: Option<&mut u64>,
|
1211
|
-
len: usize,
|
1212
|
-
) -> io::Result<usize> {
|
1213
|
-
syscall! {
|
1214
|
-
fn copy_file_range(
|
1215
|
-
fd_in: c::c_int,
|
1216
|
-
off_in: *mut c::loff_t,
|
1217
|
-
fd_out: c::c_int,
|
1218
|
-
off_out: *mut c::loff_t,
|
1219
|
-
len: usize,
|
1220
|
-
flags: c::c_uint
|
1221
|
-
) via SYS_copy_file_range -> c::ssize_t
|
1222
|
-
}
|
1223
|
-
|
1224
|
-
let mut off_in_val: c::loff_t = 0;
|
1225
|
-
let mut off_out_val: c::loff_t = 0;
|
1226
|
-
// Silently cast; we'll get `EINVAL` if the value is negative.
|
1227
|
-
let off_in_ptr = if let Some(off_in) = &off_in {
|
1228
|
-
off_in_val = **off_in as i64;
|
1229
|
-
&mut off_in_val
|
1230
|
-
} else {
|
1231
|
-
null_mut()
|
1232
|
-
};
|
1233
|
-
let off_out_ptr = if let Some(off_out) = &off_out {
|
1234
|
-
off_out_val = **off_out as i64;
|
1235
|
-
&mut off_out_val
|
1236
|
-
} else {
|
1237
|
-
null_mut()
|
1238
|
-
};
|
1239
|
-
let copied = unsafe {
|
1240
|
-
ret_usize(copy_file_range(
|
1241
|
-
borrowed_fd(fd_in),
|
1242
|
-
off_in_ptr,
|
1243
|
-
borrowed_fd(fd_out),
|
1244
|
-
off_out_ptr,
|
1245
|
-
len,
|
1246
|
-
0, // no flags are defined yet
|
1247
|
-
))?
|
1248
|
-
};
|
1249
|
-
if let Some(off_in) = off_in {
|
1250
|
-
*off_in = off_in_val as u64;
|
1251
|
-
}
|
1252
|
-
if let Some(off_out) = off_out {
|
1253
|
-
*off_out = off_out_val as u64;
|
1254
|
-
}
|
1255
|
-
Ok(copied)
|
1256
|
-
}
|
1257
|
-
|
1258
|
-
#[cfg(not(any(
|
1259
|
-
apple,
|
1260
|
-
netbsdlike,
|
1261
|
-
target_os = "dragonfly",
|
1262
|
-
target_os = "espidf",
|
1263
|
-
target_os = "haiku",
|
1264
|
-
target_os = "horizon",
|
1265
|
-
target_os = "redox",
|
1266
|
-
target_os = "solaris",
|
1267
|
-
target_os = "vita",
|
1268
|
-
)))]
|
1269
|
-
pub(crate) fn fadvise(
|
1270
|
-
fd: BorrowedFd<'_>,
|
1271
|
-
offset: u64,
|
1272
|
-
len: Option<NonZeroU64>,
|
1273
|
-
advice: Advice,
|
1274
|
-
) -> io::Result<()> {
|
1275
|
-
let offset = offset as i64;
|
1276
|
-
let len = match len {
|
1277
|
-
None => 0,
|
1278
|
-
Some(len) => len.get() as i64,
|
1279
|
-
};
|
1280
|
-
|
1281
|
-
// Our public API uses `u64` following the [Rust convention], but the
|
1282
|
-
// underlying host APIs use a signed `off_t`. Converting these values may
|
1283
|
-
// turn a very large value into a negative value.
|
1284
|
-
//
|
1285
|
-
// On FreeBSD, this could cause `posix_fadvise` to fail with
|
1286
|
-
// `Errno::INVAL`. Because we don't expose the signed type in our API, we
|
1287
|
-
// also avoid exposing this artifact of casting an unsigned value to the
|
1288
|
-
// signed type. To do this, we use a no-op call in this case.
|
1289
|
-
//
|
1290
|
-
// [Rust convention]: std::io::SeekFrom::Start
|
1291
|
-
#[cfg(target_os = "freebsd")]
|
1292
|
-
if offset < 0 {
|
1293
|
-
if len < 0 {
|
1294
|
-
return Err(io::Errno::INVAL);
|
1295
|
-
}
|
1296
|
-
|
1297
|
-
return fadvise_noop(fd);
|
1298
|
-
|
1299
|
-
#[cold]
|
1300
|
-
fn fadvise_noop(fd: BorrowedFd<'_>) -> io::Result<()> {
|
1301
|
-
// Use an `fcntl` to report `Errno::BADF` if needed, but otherwise
|
1302
|
-
// do nothing.
|
1303
|
-
fcntl_getfl(fd).map(|_| ())
|
1304
|
-
}
|
1305
|
-
}
|
1306
|
-
|
1307
|
-
// Similarly, on FreeBSD, if `offset + len` would overflow an `off_t` in a
|
1308
|
-
// way that users using a `u64` interface wouldn't be aware of, reduce the
|
1309
|
-
// length so that we only operate on the range that doesn't overflow.
|
1310
|
-
#[cfg(target_os = "freebsd")]
|
1311
|
-
let len = if len > 0 && offset.checked_add(len).is_none() {
|
1312
|
-
i64::MAX - offset
|
1313
|
-
} else {
|
1314
|
-
len
|
1315
|
-
};
|
1316
|
-
|
1317
|
-
let err = unsafe { c::posix_fadvise(borrowed_fd(fd), offset, len, advice as c::c_int) };
|
1318
|
-
|
1319
|
-
// `posix_fadvise` returns its error status rather than using `errno`.
|
1320
|
-
if err == 0 {
|
1321
|
-
Ok(())
|
1322
|
-
} else {
|
1323
|
-
Err(io::Errno(err))
|
1324
|
-
}
|
1325
|
-
}
|
1326
|
-
|
1327
|
-
pub(crate) fn fcntl_getfl(fd: BorrowedFd<'_>) -> io::Result<OFlags> {
|
1328
|
-
let flags = unsafe { ret_c_int(c::fcntl(borrowed_fd(fd), c::F_GETFL))? };
|
1329
|
-
Ok(OFlags::from_bits_retain(bitcast!(flags)))
|
1330
|
-
}
|
1331
|
-
|
1332
|
-
pub(crate) fn fcntl_setfl(fd: BorrowedFd<'_>, flags: OFlags) -> io::Result<()> {
|
1333
|
-
unsafe { ret(c::fcntl(borrowed_fd(fd), c::F_SETFL, flags.bits())) }
|
1334
|
-
}
|
1335
|
-
|
1336
|
-
#[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))]
|
1337
|
-
pub(crate) fn fcntl_get_seals(fd: BorrowedFd<'_>) -> io::Result<SealFlags> {
|
1338
|
-
let flags = unsafe { ret_c_int(c::fcntl(borrowed_fd(fd), c::F_GET_SEALS))? };
|
1339
|
-
Ok(SealFlags::from_bits_retain(bitcast!(flags)))
|
1340
|
-
}
|
1341
|
-
|
1342
|
-
#[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))]
|
1343
|
-
pub(crate) fn fcntl_add_seals(fd: BorrowedFd<'_>, seals: SealFlags) -> io::Result<()> {
|
1344
|
-
unsafe { ret(c::fcntl(borrowed_fd(fd), c::F_ADD_SEALS, seals.bits())) }
|
1345
|
-
}
|
1346
|
-
|
1347
|
-
#[cfg(not(any(
|
1348
|
-
target_os = "emscripten",
|
1349
|
-
target_os = "espidf",
|
1350
|
-
target_os = "fuchsia",
|
1351
|
-
target_os = "horizon",
|
1352
|
-
target_os = "redox",
|
1353
|
-
target_os = "vita",
|
1354
|
-
target_os = "wasi"
|
1355
|
-
)))]
|
1356
|
-
#[inline]
|
1357
|
-
pub(crate) fn fcntl_lock(fd: BorrowedFd<'_>, operation: FlockOperation) -> io::Result<()> {
|
1358
|
-
use c::{flock, F_RDLCK, F_SETLK, F_SETLKW, F_UNLCK, F_WRLCK, SEEK_SET};
|
1359
|
-
|
1360
|
-
let (cmd, l_type) = match operation {
|
1361
|
-
FlockOperation::LockShared => (F_SETLKW, F_RDLCK),
|
1362
|
-
FlockOperation::LockExclusive => (F_SETLKW, F_WRLCK),
|
1363
|
-
FlockOperation::Unlock => (F_SETLKW, F_UNLCK),
|
1364
|
-
FlockOperation::NonBlockingLockShared => (F_SETLK, F_RDLCK),
|
1365
|
-
FlockOperation::NonBlockingLockExclusive => (F_SETLK, F_WRLCK),
|
1366
|
-
FlockOperation::NonBlockingUnlock => (F_SETLK, F_UNLCK),
|
1367
|
-
};
|
1368
|
-
|
1369
|
-
unsafe {
|
1370
|
-
let mut lock: flock = core::mem::zeroed();
|
1371
|
-
lock.l_type = l_type as _;
|
1372
|
-
|
1373
|
-
// When `l_len` is zero, this locks all the bytes from
|
1374
|
-
// `l_whence`/`l_start` to the end of the file, even as the
|
1375
|
-
// file grows dynamically.
|
1376
|
-
lock.l_whence = SEEK_SET as _;
|
1377
|
-
lock.l_start = 0;
|
1378
|
-
lock.l_len = 0;
|
1379
|
-
|
1380
|
-
ret(c::fcntl(borrowed_fd(fd), cmd, &lock))
|
1381
|
-
}
|
1382
|
-
}
|
1383
|
-
|
1384
|
-
pub(crate) fn seek(fd: BorrowedFd<'_>, pos: SeekFrom) -> io::Result<u64> {
|
1385
|
-
let (whence, offset) = match pos {
|
1386
|
-
SeekFrom::Start(pos) => {
|
1387
|
-
let pos: u64 = pos;
|
1388
|
-
// Silently cast; we'll get `EINVAL` if the value is negative.
|
1389
|
-
(c::SEEK_SET, pos as i64)
|
1390
|
-
}
|
1391
|
-
SeekFrom::End(offset) => (c::SEEK_END, offset),
|
1392
|
-
SeekFrom::Current(offset) => (c::SEEK_CUR, offset),
|
1393
|
-
#[cfg(any(apple, freebsdlike, linux_kernel, solarish))]
|
1394
|
-
SeekFrom::Data(pos) => {
|
1395
|
-
let pos: u64 = pos;
|
1396
|
-
// Silently cast; we'll get `EINVAL` if the value is negative.
|
1397
|
-
(c::SEEK_DATA, pos as i64)
|
1398
|
-
}
|
1399
|
-
#[cfg(any(apple, freebsdlike, linux_kernel, solarish))]
|
1400
|
-
SeekFrom::Hole(pos) => {
|
1401
|
-
let pos: u64 = pos;
|
1402
|
-
// Silently cast; we'll get `EINVAL` if the value is negative.
|
1403
|
-
(c::SEEK_HOLE, pos as i64)
|
1404
|
-
}
|
1405
|
-
};
|
1406
|
-
|
1407
|
-
// ESP-IDF and Vita don't support 64-bit offsets.
|
1408
|
-
#[cfg(any(target_os = "espidf", target_os = "vita"))]
|
1409
|
-
let offset: i32 = offset.try_into().map_err(|_| io::Errno::OVERFLOW)?;
|
1410
|
-
|
1411
|
-
let offset = unsafe { ret_off_t(c::lseek(borrowed_fd(fd), offset, whence))? };
|
1412
|
-
Ok(offset as u64)
|
1413
|
-
}
|
1414
|
-
|
1415
|
-
pub(crate) fn tell(fd: BorrowedFd<'_>) -> io::Result<u64> {
|
1416
|
-
let offset = unsafe { ret_off_t(c::lseek(borrowed_fd(fd), 0, c::SEEK_CUR))? };
|
1417
|
-
Ok(offset as u64)
|
1418
|
-
}
|
1419
|
-
|
1420
|
-
#[cfg(not(any(linux_kernel, target_os = "wasi")))]
|
1421
|
-
pub(crate) fn fchmod(fd: BorrowedFd<'_>, mode: Mode) -> io::Result<()> {
|
1422
|
-
unsafe { ret(c::fchmod(borrowed_fd(fd), bitflags_bits!(mode))) }
|
1423
|
-
}
|
1424
|
-
|
1425
|
-
#[cfg(linux_kernel)]
|
1426
|
-
pub(crate) fn fchmod(fd: BorrowedFd<'_>, mode: Mode) -> io::Result<()> {
|
1427
|
-
// Use `c::syscall` rather than `c::fchmod` because some libc
|
1428
|
-
// implementations, such as musl, add extra logic to `fchmod` to emulate
|
1429
|
-
// support for `O_PATH`, which uses `/proc` outside our control and
|
1430
|
-
// interferes with our own use of `O_PATH`.
|
1431
|
-
syscall! {
|
1432
|
-
fn fchmod(
|
1433
|
-
fd: c::c_int,
|
1434
|
-
mode: c::mode_t
|
1435
|
-
) via SYS_fchmod -> c::c_int
|
1436
|
-
}
|
1437
|
-
unsafe { ret(fchmod(borrowed_fd(fd), mode.bits() as c::mode_t)) }
|
1438
|
-
}
|
1439
|
-
|
1440
|
-
#[cfg(not(target_os = "wasi"))]
|
1441
|
-
pub(crate) fn chown(path: &CStr, owner: Option<Uid>, group: Option<Gid>) -> io::Result<()> {
|
1442
|
-
unsafe {
|
1443
|
-
let (ow, gr) = crate::ugid::translate_fchown_args(owner, group);
|
1444
|
-
ret(c::chown(c_str(path), ow, gr))
|
1445
|
-
}
|
1446
|
-
}
|
1447
|
-
|
1448
|
-
#[cfg(linux_kernel)]
|
1449
|
-
pub(crate) fn fchown(fd: BorrowedFd<'_>, owner: Option<Uid>, group: Option<Gid>) -> io::Result<()> {
|
1450
|
-
// Use `c::syscall` rather than `c::fchown` because some libc
|
1451
|
-
// implementations, such as musl, add extra logic to `fchown` to emulate
|
1452
|
-
// support for `O_PATH`, which uses `/proc` outside our control and
|
1453
|
-
// interferes with our own use of `O_PATH`.
|
1454
|
-
syscall! {
|
1455
|
-
fn fchown(
|
1456
|
-
fd: c::c_int,
|
1457
|
-
owner: c::uid_t,
|
1458
|
-
group: c::gid_t
|
1459
|
-
) via SYS_fchown -> c::c_int
|
1460
|
-
}
|
1461
|
-
unsafe {
|
1462
|
-
let (ow, gr) = crate::ugid::translate_fchown_args(owner, group);
|
1463
|
-
ret(fchown(borrowed_fd(fd), ow, gr))
|
1464
|
-
}
|
1465
|
-
}
|
1466
|
-
|
1467
|
-
#[cfg(not(any(linux_kernel, target_os = "wasi")))]
|
1468
|
-
pub(crate) fn fchown(fd: BorrowedFd<'_>, owner: Option<Uid>, group: Option<Gid>) -> io::Result<()> {
|
1469
|
-
unsafe {
|
1470
|
-
let (ow, gr) = crate::ugid::translate_fchown_args(owner, group);
|
1471
|
-
ret(c::fchown(borrowed_fd(fd), ow, gr))
|
1472
|
-
}
|
1473
|
-
}
|
1474
|
-
|
1475
|
-
#[cfg(not(any(
|
1476
|
-
target_os = "espidf",
|
1477
|
-
target_os = "horizon",
|
1478
|
-
target_os = "solaris",
|
1479
|
-
target_os = "vita",
|
1480
|
-
target_os = "wasi"
|
1481
|
-
)))]
|
1482
|
-
pub(crate) fn flock(fd: BorrowedFd<'_>, operation: FlockOperation) -> io::Result<()> {
|
1483
|
-
unsafe { ret(c::flock(borrowed_fd(fd), operation as c::c_int)) }
|
1484
|
-
}
|
1485
|
-
|
1486
|
-
#[cfg(linux_kernel)]
|
1487
|
-
pub(crate) fn syncfs(fd: BorrowedFd<'_>) -> io::Result<()> {
|
1488
|
-
// Some versions of Android libc lack a `syncfs` function.
|
1489
|
-
#[cfg(target_os = "android")]
|
1490
|
-
syscall! {
|
1491
|
-
fn syncfs(fd: c::c_int) via SYS_syncfs -> c::c_int
|
1492
|
-
}
|
1493
|
-
|
1494
|
-
// `syncfs` was added to glibc in 2.20.
|
1495
|
-
#[cfg(not(target_os = "android"))]
|
1496
|
-
weak_or_syscall! {
|
1497
|
-
fn syncfs(fd: c::c_int) via SYS_syncfs -> c::c_int
|
1498
|
-
}
|
1499
|
-
|
1500
|
-
unsafe { ret(syncfs(borrowed_fd(fd))) }
|
1501
|
-
}
|
1502
|
-
|
1503
|
-
#[cfg(not(any(
|
1504
|
-
target_os = "espidf",
|
1505
|
-
target_os = "horizon",
|
1506
|
-
target_os = "redox",
|
1507
|
-
target_os = "vita",
|
1508
|
-
target_os = "wasi"
|
1509
|
-
)))]
|
1510
|
-
pub(crate) fn sync() {
|
1511
|
-
unsafe { c::sync() }
|
1512
|
-
}
|
1513
|
-
|
1514
|
-
pub(crate) fn fstat(fd: BorrowedFd<'_>) -> io::Result<Stat> {
|
1515
|
-
// 32-bit and mips64 Linux: `struct stat64` is not y2038 compatible; use
|
1516
|
-
// `statx`.
|
1517
|
-
//
|
1518
|
-
// And, some old platforms don't support `statx`, and some fail with a
|
1519
|
-
// confusing error code, so we call `crate::fs::statx` to handle that. If
|
1520
|
-
// `statx` isn't available, fall back to the buggy system call.
|
1521
|
-
#[cfg(all(
|
1522
|
-
linux_kernel,
|
1523
|
-
any(
|
1524
|
-
target_pointer_width = "32",
|
1525
|
-
target_arch = "mips64",
|
1526
|
-
target_arch = "mips64r6"
|
1527
|
-
)
|
1528
|
-
))]
|
1529
|
-
{
|
1530
|
-
match crate::fs::statx(fd, cstr!(""), AtFlags::EMPTY_PATH, StatxFlags::BASIC_STATS) {
|
1531
|
-
Ok(x) => statx_to_stat(x),
|
1532
|
-
Err(io::Errno::NOSYS) => fstat_old(fd),
|
1533
|
-
Err(err) => Err(err),
|
1534
|
-
}
|
1535
|
-
}
|
1536
|
-
|
1537
|
-
// Main version: libc is y2038 safe. Or, the platform is not y2038 safe and
|
1538
|
-
// there's nothing practical we can do.
|
1539
|
-
#[cfg(not(all(
|
1540
|
-
linux_kernel,
|
1541
|
-
any(
|
1542
|
-
target_pointer_width = "32",
|
1543
|
-
target_arch = "mips64",
|
1544
|
-
target_arch = "mips64r6"
|
1545
|
-
)
|
1546
|
-
)))]
|
1547
|
-
unsafe {
|
1548
|
-
#[cfg(test)]
|
1549
|
-
assert_eq_size!(Stat, c::stat);
|
1550
|
-
|
1551
|
-
let mut stat = MaybeUninit::<Stat>::uninit();
|
1552
|
-
ret(c::fstat(borrowed_fd(fd), stat.as_mut_ptr().cast()))?;
|
1553
|
-
let stat = stat.assume_init();
|
1554
|
-
#[cfg(apple)]
|
1555
|
-
let stat = fix_negative_stat_nsecs(stat);
|
1556
|
-
Ok(stat)
|
1557
|
-
}
|
1558
|
-
}
|
1559
|
-
|
1560
|
-
#[cfg(all(
|
1561
|
-
linux_kernel,
|
1562
|
-
any(
|
1563
|
-
target_pointer_width = "32",
|
1564
|
-
target_arch = "mips64",
|
1565
|
-
target_arch = "mips64r6"
|
1566
|
-
)
|
1567
|
-
))]
|
1568
|
-
fn fstat_old(fd: BorrowedFd<'_>) -> io::Result<Stat> {
|
1569
|
-
unsafe {
|
1570
|
-
let mut result = MaybeUninit::<c::stat64>::uninit();
|
1571
|
-
ret(c::fstat(borrowed_fd(fd), result.as_mut_ptr()))?;
|
1572
|
-
stat64_to_stat(result.assume_init())
|
1573
|
-
}
|
1574
|
-
}
|
1575
|
-
|
1576
|
-
#[cfg(not(any(
|
1577
|
-
solarish,
|
1578
|
-
target_os = "espidf",
|
1579
|
-
target_os = "haiku",
|
1580
|
-
target_os = "horizon",
|
1581
|
-
target_os = "netbsd",
|
1582
|
-
target_os = "nto",
|
1583
|
-
target_os = "redox",
|
1584
|
-
target_os = "vita",
|
1585
|
-
target_os = "wasi",
|
1586
|
-
)))]
|
1587
|
-
pub(crate) fn fstatfs(fd: BorrowedFd<'_>) -> io::Result<StatFs> {
|
1588
|
-
let mut statfs = MaybeUninit::<StatFs>::uninit();
|
1589
|
-
unsafe {
|
1590
|
-
ret(c::fstatfs(borrowed_fd(fd), statfs.as_mut_ptr()))?;
|
1591
|
-
Ok(statfs.assume_init())
|
1592
|
-
}
|
1593
|
-
}
|
1594
|
-
|
1595
|
-
#[cfg(not(any(target_os = "haiku", target_os = "redox", target_os = "wasi")))]
|
1596
|
-
pub(crate) fn fstatvfs(fd: BorrowedFd<'_>) -> io::Result<StatVfs> {
|
1597
|
-
let mut statvfs = MaybeUninit::<c::statvfs>::uninit();
|
1598
|
-
unsafe {
|
1599
|
-
ret(c::fstatvfs(borrowed_fd(fd), statvfs.as_mut_ptr()))?;
|
1600
|
-
Ok(libc_statvfs_to_statvfs(statvfs.assume_init()))
|
1601
|
-
}
|
1602
|
-
}
|
1603
|
-
|
1604
|
-
#[cfg(not(any(target_os = "haiku", target_os = "redox", target_os = "wasi")))]
|
1605
|
-
fn libc_statvfs_to_statvfs(from: c::statvfs) -> StatVfs {
|
1606
|
-
StatVfs {
|
1607
|
-
f_bsize: from.f_bsize as u64,
|
1608
|
-
f_frsize: from.f_frsize as u64,
|
1609
|
-
f_blocks: from.f_blocks as u64,
|
1610
|
-
f_bfree: from.f_bfree as u64,
|
1611
|
-
f_bavail: from.f_bavail as u64,
|
1612
|
-
f_files: from.f_files as u64,
|
1613
|
-
f_ffree: from.f_ffree as u64,
|
1614
|
-
f_favail: from.f_ffree as u64,
|
1615
|
-
#[cfg(not(target_os = "aix"))]
|
1616
|
-
f_fsid: from.f_fsid as u64,
|
1617
|
-
#[cfg(target_os = "aix")]
|
1618
|
-
f_fsid: ((from.f_fsid.val[0] as u64) << 32) | from.f_fsid.val[1],
|
1619
|
-
f_flag: StatVfsMountFlags::from_bits_retain(from.f_flag as u64),
|
1620
|
-
f_namemax: from.f_namemax as u64,
|
1621
|
-
}
|
1622
|
-
}
|
1623
|
-
|
1624
|
-
#[cfg(not(any(target_os = "espidf", target_os = "horizon", target_os = "vita")))]
|
1625
|
-
pub(crate) fn futimens(fd: BorrowedFd<'_>, times: &Timestamps) -> io::Result<()> {
|
1626
|
-
// Old 32-bit version: libc has `futimens` but it is not y2038 safe by
|
1627
|
-
// default. But there may be a `__futimens64` we can use.
|
1628
|
-
#[cfg(all(fix_y2038, not(apple)))]
|
1629
|
-
{
|
1630
|
-
#[cfg(target_env = "gnu")]
|
1631
|
-
if let Some(libc_futimens) = __futimens64.get() {
|
1632
|
-
let libc_times: [LibcTimespec; 2] =
|
1633
|
-
[times.last_access.into(), times.last_modification.into()];
|
1634
|
-
|
1635
|
-
unsafe {
|
1636
|
-
return ret(libc_futimens(borrowed_fd(fd), libc_times.as_ptr()));
|
1637
|
-
}
|
1638
|
-
}
|
1639
|
-
|
1640
|
-
futimens_old(fd, times)
|
1641
|
-
}
|
1642
|
-
|
1643
|
-
// Main version: libc is y2038 safe and has `futimens`. Or, the platform
|
1644
|
-
// is not y2038 safe and there's nothing practical we can do.
|
1645
|
-
#[cfg(not(any(apple, fix_y2038)))]
|
1646
|
-
unsafe {
|
1647
|
-
use crate::utils::as_ptr;
|
1648
|
-
|
1649
|
-
ret(c::futimens(borrowed_fd(fd), as_ptr(times).cast()))
|
1650
|
-
}
|
1651
|
-
|
1652
|
-
// Apple version: `futimens` was introduced in macOS 10.13.
|
1653
|
-
#[cfg(apple)]
|
1654
|
-
unsafe {
|
1655
|
-
use crate::utils::as_ptr;
|
1656
|
-
|
1657
|
-
// ABI details.
|
1658
|
-
weak! {
|
1659
|
-
fn futimens(c::c_int, *const c::timespec) -> c::c_int
|
1660
|
-
}
|
1661
|
-
extern "C" {
|
1662
|
-
fn fsetattrlist(
|
1663
|
-
fd: c::c_int,
|
1664
|
-
attr_list: *const Attrlist,
|
1665
|
-
attr_buf: *const c::c_void,
|
1666
|
-
attr_buf_size: c::size_t,
|
1667
|
-
options: c::c_ulong,
|
1668
|
-
) -> c::c_int;
|
1669
|
-
}
|
1670
|
-
|
1671
|
-
// If we have `futimens`, use it.
|
1672
|
-
if let Some(have_futimens) = futimens.get() {
|
1673
|
-
return ret(have_futimens(borrowed_fd(fd), as_ptr(times).cast()));
|
1674
|
-
}
|
1675
|
-
|
1676
|
-
// Otherwise use `fsetattrlist`.
|
1677
|
-
let (attrbuf_size, times, attrs) = times_to_attrlist(times)?;
|
1678
|
-
|
1679
|
-
ret(fsetattrlist(
|
1680
|
-
borrowed_fd(fd),
|
1681
|
-
&attrs,
|
1682
|
-
as_ptr(×).cast(),
|
1683
|
-
attrbuf_size,
|
1684
|
-
0,
|
1685
|
-
))
|
1686
|
-
}
|
1687
|
-
}
|
1688
|
-
|
1689
|
-
#[cfg(all(fix_y2038, not(apple)))]
|
1690
|
-
fn futimens_old(fd: BorrowedFd<'_>, times: &Timestamps) -> io::Result<()> {
|
1691
|
-
let old_times = [
|
1692
|
-
c::timespec {
|
1693
|
-
tv_sec: times
|
1694
|
-
.last_access
|
1695
|
-
.tv_sec
|
1696
|
-
.try_into()
|
1697
|
-
.map_err(|_| io::Errno::OVERFLOW)?,
|
1698
|
-
tv_nsec: times
|
1699
|
-
.last_access
|
1700
|
-
.tv_nsec
|
1701
|
-
.try_into()
|
1702
|
-
.map_err(|_| io::Errno::OVERFLOW)?,
|
1703
|
-
},
|
1704
|
-
c::timespec {
|
1705
|
-
tv_sec: times
|
1706
|
-
.last_modification
|
1707
|
-
.tv_sec
|
1708
|
-
.try_into()
|
1709
|
-
.map_err(|_| io::Errno::OVERFLOW)?,
|
1710
|
-
tv_nsec: times
|
1711
|
-
.last_modification
|
1712
|
-
.tv_nsec
|
1713
|
-
.try_into()
|
1714
|
-
.map_err(|_| io::Errno::OVERFLOW)?,
|
1715
|
-
},
|
1716
|
-
];
|
1717
|
-
|
1718
|
-
unsafe { ret(c::futimens(borrowed_fd(fd), old_times.as_ptr())) }
|
1719
|
-
}
|
1720
|
-
|
1721
|
-
#[cfg(not(any(
|
1722
|
-
apple,
|
1723
|
-
netbsdlike,
|
1724
|
-
target_os = "dragonfly",
|
1725
|
-
target_os = "espidf",
|
1726
|
-
target_os = "horizon",
|
1727
|
-
target_os = "nto",
|
1728
|
-
target_os = "redox",
|
1729
|
-
target_os = "vita",
|
1730
|
-
)))]
|
1731
|
-
pub(crate) fn fallocate(
|
1732
|
-
fd: BorrowedFd<'_>,
|
1733
|
-
mode: FallocateFlags,
|
1734
|
-
offset: u64,
|
1735
|
-
len: u64,
|
1736
|
-
) -> io::Result<()> {
|
1737
|
-
// Silently cast; we'll get `EINVAL` if the value is negative.
|
1738
|
-
let offset = offset as i64;
|
1739
|
-
let len = len as i64;
|
1740
|
-
|
1741
|
-
#[cfg(any(linux_kernel, target_os = "fuchsia"))]
|
1742
|
-
unsafe {
|
1743
|
-
ret(c::fallocate(
|
1744
|
-
borrowed_fd(fd),
|
1745
|
-
bitflags_bits!(mode),
|
1746
|
-
offset,
|
1747
|
-
len,
|
1748
|
-
))
|
1749
|
-
}
|
1750
|
-
|
1751
|
-
#[cfg(not(any(linux_kernel, target_os = "fuchsia")))]
|
1752
|
-
{
|
1753
|
-
assert!(mode.is_empty());
|
1754
|
-
let err = unsafe { c::posix_fallocate(borrowed_fd(fd), offset, len) };
|
1755
|
-
|
1756
|
-
// `posix_fallocate` returns its error status rather than using
|
1757
|
-
// `errno`.
|
1758
|
-
if err == 0 {
|
1759
|
-
Ok(())
|
1760
|
-
} else {
|
1761
|
-
Err(io::Errno(err))
|
1762
|
-
}
|
1763
|
-
}
|
1764
|
-
}
|
1765
|
-
|
1766
|
-
#[cfg(apple)]
|
1767
|
-
pub(crate) fn fallocate(
|
1768
|
-
fd: BorrowedFd<'_>,
|
1769
|
-
mode: FallocateFlags,
|
1770
|
-
offset: u64,
|
1771
|
-
len: u64,
|
1772
|
-
) -> io::Result<()> {
|
1773
|
-
let offset: i64 = offset.try_into().map_err(|_e| io::Errno::INVAL)?;
|
1774
|
-
let len = len as i64;
|
1775
|
-
|
1776
|
-
assert!(mode.is_empty());
|
1777
|
-
|
1778
|
-
let new_len = offset.checked_add(len).ok_or(io::Errno::FBIG)?;
|
1779
|
-
let mut store = c::fstore_t {
|
1780
|
-
fst_flags: c::F_ALLOCATECONTIG,
|
1781
|
-
fst_posmode: c::F_PEOFPOSMODE,
|
1782
|
-
fst_offset: 0,
|
1783
|
-
fst_length: new_len,
|
1784
|
-
fst_bytesalloc: 0,
|
1785
|
-
};
|
1786
|
-
unsafe {
|
1787
|
-
if c::fcntl(borrowed_fd(fd), c::F_PREALLOCATE, &store) == -1 {
|
1788
|
-
// Unable to allocate contiguous disk space; attempt to allocate
|
1789
|
-
// non-contiguously.
|
1790
|
-
store.fst_flags = c::F_ALLOCATEALL;
|
1791
|
-
let _ = ret_c_int(c::fcntl(borrowed_fd(fd), c::F_PREALLOCATE, &store))?;
|
1792
|
-
}
|
1793
|
-
ret(c::ftruncate(borrowed_fd(fd), new_len))
|
1794
|
-
}
|
1795
|
-
}
|
1796
|
-
|
1797
|
-
pub(crate) fn fsync(fd: BorrowedFd<'_>) -> io::Result<()> {
|
1798
|
-
unsafe { ret(c::fsync(borrowed_fd(fd))) }
|
1799
|
-
}
|
1800
|
-
|
1801
|
-
#[cfg(not(any(
|
1802
|
-
apple,
|
1803
|
-
target_os = "dragonfly",
|
1804
|
-
target_os = "espidf",
|
1805
|
-
target_os = "haiku",
|
1806
|
-
target_os = "horizon",
|
1807
|
-
target_os = "redox",
|
1808
|
-
target_os = "vita",
|
1809
|
-
)))]
|
1810
|
-
pub(crate) fn fdatasync(fd: BorrowedFd<'_>) -> io::Result<()> {
|
1811
|
-
unsafe { ret(c::fdatasync(borrowed_fd(fd))) }
|
1812
|
-
}
|
1813
|
-
|
1814
|
-
pub(crate) fn ftruncate(fd: BorrowedFd<'_>, length: u64) -> io::Result<()> {
|
1815
|
-
let length = length.try_into().map_err(|_overflow_err| io::Errno::FBIG)?;
|
1816
|
-
unsafe { ret(c::ftruncate(borrowed_fd(fd), length)) }
|
1817
|
-
}
|
1818
|
-
|
1819
|
-
#[cfg(any(linux_kernel, target_os = "freebsd"))]
|
1820
|
-
pub(crate) fn memfd_create(name: &CStr, flags: MemfdFlags) -> io::Result<OwnedFd> {
|
1821
|
-
#[cfg(target_os = "freebsd")]
|
1822
|
-
weakcall! {
|
1823
|
-
fn memfd_create(
|
1824
|
-
name: *const ffi::c_char,
|
1825
|
-
flags: c::c_uint
|
1826
|
-
) -> c::c_int
|
1827
|
-
}
|
1828
|
-
|
1829
|
-
#[cfg(linux_kernel)]
|
1830
|
-
weak_or_syscall! {
|
1831
|
-
fn memfd_create(
|
1832
|
-
name: *const ffi::c_char,
|
1833
|
-
flags: c::c_uint
|
1834
|
-
) via SYS_memfd_create -> c::c_int
|
1835
|
-
}
|
1836
|
-
|
1837
|
-
unsafe { ret_owned_fd(memfd_create(c_str(name), bitflags_bits!(flags))) }
|
1838
|
-
}
|
1839
|
-
|
1840
|
-
#[cfg(linux_kernel)]
|
1841
|
-
pub(crate) fn openat2(
|
1842
|
-
dirfd: BorrowedFd<'_>,
|
1843
|
-
path: &CStr,
|
1844
|
-
oflags: OFlags,
|
1845
|
-
mode: Mode,
|
1846
|
-
resolve: ResolveFlags,
|
1847
|
-
) -> io::Result<OwnedFd> {
|
1848
|
-
use linux_raw_sys::general::open_how;
|
1849
|
-
|
1850
|
-
syscall! {
|
1851
|
-
fn openat2(
|
1852
|
-
base_dirfd: c::c_int,
|
1853
|
-
pathname: *const ffi::c_char,
|
1854
|
-
how: *mut open_how,
|
1855
|
-
size: usize
|
1856
|
-
) via SYS_OPENAT2 -> c::c_int
|
1857
|
-
}
|
1858
|
-
|
1859
|
-
let oflags = oflags.bits();
|
1860
|
-
let mut open_how = open_how {
|
1861
|
-
flags: u64::from(oflags),
|
1862
|
-
mode: u64::from(mode.bits()),
|
1863
|
-
resolve: resolve.bits(),
|
1864
|
-
};
|
1865
|
-
|
1866
|
-
unsafe {
|
1867
|
-
ret_owned_fd(openat2(
|
1868
|
-
borrowed_fd(dirfd),
|
1869
|
-
c_str(path),
|
1870
|
-
&mut open_how,
|
1871
|
-
size_of::<open_how>(),
|
1872
|
-
))
|
1873
|
-
}
|
1874
|
-
}
|
1875
|
-
#[cfg(all(linux_kernel, target_pointer_width = "32"))]
|
1876
|
-
const SYS_OPENAT2: i32 = 437;
|
1877
|
-
#[cfg(all(linux_kernel, target_pointer_width = "64"))]
|
1878
|
-
const SYS_OPENAT2: i64 = 437;
|
1879
|
-
|
1880
|
-
#[cfg(target_os = "linux")]
|
1881
|
-
pub(crate) fn sendfile(
|
1882
|
-
out_fd: BorrowedFd<'_>,
|
1883
|
-
in_fd: BorrowedFd<'_>,
|
1884
|
-
offset: Option<&mut u64>,
|
1885
|
-
count: usize,
|
1886
|
-
) -> io::Result<usize> {
|
1887
|
-
unsafe {
|
1888
|
-
ret_usize(c::sendfile64(
|
1889
|
-
borrowed_fd(out_fd),
|
1890
|
-
borrowed_fd(in_fd),
|
1891
|
-
offset.map_or(null_mut(), crate::utils::as_mut_ptr).cast(),
|
1892
|
-
count,
|
1893
|
-
))
|
1894
|
-
}
|
1895
|
-
}
|
1896
|
-
|
1897
|
-
/// Convert from a Linux `statx` value to rustix's `Stat`.
|
1898
|
-
#[cfg(all(linux_kernel, target_pointer_width = "32"))]
|
1899
|
-
fn statx_to_stat(x: crate::fs::Statx) -> io::Result<Stat> {
|
1900
|
-
Ok(Stat {
|
1901
|
-
st_dev: crate::fs::makedev(x.stx_dev_major, x.stx_dev_minor).into(),
|
1902
|
-
st_mode: x.stx_mode.into(),
|
1903
|
-
st_nlink: x.stx_nlink.into(),
|
1904
|
-
st_uid: x.stx_uid.into(),
|
1905
|
-
st_gid: x.stx_gid.into(),
|
1906
|
-
st_rdev: crate::fs::makedev(x.stx_rdev_major, x.stx_rdev_minor).into(),
|
1907
|
-
st_size: x.stx_size.try_into().map_err(|_| io::Errno::OVERFLOW)?,
|
1908
|
-
st_blksize: x.stx_blksize.into(),
|
1909
|
-
st_blocks: x.stx_blocks.into(),
|
1910
|
-
st_atime: bitcast!(i64::from(x.stx_atime.tv_sec)),
|
1911
|
-
st_atime_nsec: x.stx_atime.tv_nsec as _,
|
1912
|
-
st_mtime: bitcast!(i64::from(x.stx_mtime.tv_sec)),
|
1913
|
-
st_mtime_nsec: x.stx_mtime.tv_nsec as _,
|
1914
|
-
st_ctime: bitcast!(i64::from(x.stx_ctime.tv_sec)),
|
1915
|
-
st_ctime_nsec: x.stx_ctime.tv_nsec as _,
|
1916
|
-
st_ino: x.stx_ino.into(),
|
1917
|
-
})
|
1918
|
-
}
|
1919
|
-
|
1920
|
-
/// Convert from a Linux `statx` value to rustix's `Stat`.
|
1921
|
-
///
|
1922
|
-
/// mips64' `struct stat64` in libc has private fields, and `stx_blocks`
|
1923
|
-
#[cfg(all(linux_kernel, any(target_arch = "mips64", target_arch = "mips64r6")))]
|
1924
|
-
fn statx_to_stat(x: crate::fs::Statx) -> io::Result<Stat> {
|
1925
|
-
let mut result: Stat = unsafe { core::mem::zeroed() };
|
1926
|
-
|
1927
|
-
result.st_dev = crate::fs::makedev(x.stx_dev_major, x.stx_dev_minor);
|
1928
|
-
result.st_mode = x.stx_mode.into();
|
1929
|
-
result.st_nlink = x.stx_nlink.into();
|
1930
|
-
result.st_uid = x.stx_uid.into();
|
1931
|
-
result.st_gid = x.stx_gid.into();
|
1932
|
-
result.st_rdev = crate::fs::makedev(x.stx_rdev_major, x.stx_rdev_minor);
|
1933
|
-
result.st_size = x.stx_size.try_into().map_err(|_| io::Errno::OVERFLOW)?;
|
1934
|
-
result.st_blksize = x.stx_blksize.into();
|
1935
|
-
result.st_blocks = x.stx_blocks.try_into().map_err(|_e| io::Errno::OVERFLOW)?;
|
1936
|
-
result.st_atime = bitcast!(i64::from(x.stx_atime.tv_sec));
|
1937
|
-
result.st_atime_nsec = x.stx_atime.tv_nsec as _;
|
1938
|
-
result.st_mtime = bitcast!(i64::from(x.stx_mtime.tv_sec));
|
1939
|
-
result.st_mtime_nsec = x.stx_mtime.tv_nsec as _;
|
1940
|
-
result.st_ctime = bitcast!(i64::from(x.stx_ctime.tv_sec));
|
1941
|
-
result.st_ctime_nsec = x.stx_ctime.tv_nsec as _;
|
1942
|
-
result.st_ino = x.stx_ino.into();
|
1943
|
-
|
1944
|
-
Ok(result)
|
1945
|
-
}
|
1946
|
-
|
1947
|
-
/// Convert from a Linux `stat64` value to rustix's `Stat`.
|
1948
|
-
#[cfg(all(linux_kernel, target_pointer_width = "32"))]
|
1949
|
-
fn stat64_to_stat(s64: c::stat64) -> io::Result<Stat> {
|
1950
|
-
Ok(Stat {
|
1951
|
-
st_dev: s64.st_dev.try_into().map_err(|_| io::Errno::OVERFLOW)?,
|
1952
|
-
st_mode: s64.st_mode.try_into().map_err(|_| io::Errno::OVERFLOW)?,
|
1953
|
-
st_nlink: s64.st_nlink.try_into().map_err(|_| io::Errno::OVERFLOW)?,
|
1954
|
-
st_uid: s64.st_uid.try_into().map_err(|_| io::Errno::OVERFLOW)?,
|
1955
|
-
st_gid: s64.st_gid.try_into().map_err(|_| io::Errno::OVERFLOW)?,
|
1956
|
-
st_rdev: s64.st_rdev.try_into().map_err(|_| io::Errno::OVERFLOW)?,
|
1957
|
-
st_size: s64.st_size.try_into().map_err(|_| io::Errno::OVERFLOW)?,
|
1958
|
-
st_blksize: s64.st_blksize.try_into().map_err(|_| io::Errno::OVERFLOW)?,
|
1959
|
-
st_blocks: s64.st_blocks.try_into().map_err(|_| io::Errno::OVERFLOW)?,
|
1960
|
-
st_atime: i64::from(s64.st_atime),
|
1961
|
-
st_atime_nsec: s64
|
1962
|
-
.st_atime_nsec
|
1963
|
-
.try_into()
|
1964
|
-
.map_err(|_| io::Errno::OVERFLOW)?,
|
1965
|
-
st_mtime: i64::from(s64.st_mtime),
|
1966
|
-
st_mtime_nsec: s64
|
1967
|
-
.st_mtime_nsec
|
1968
|
-
.try_into()
|
1969
|
-
.map_err(|_| io::Errno::OVERFLOW)?,
|
1970
|
-
st_ctime: i64::from(s64.st_ctime),
|
1971
|
-
st_ctime_nsec: s64
|
1972
|
-
.st_ctime_nsec
|
1973
|
-
.try_into()
|
1974
|
-
.map_err(|_| io::Errno::OVERFLOW)?,
|
1975
|
-
st_ino: s64.st_ino.try_into().map_err(|_| io::Errno::OVERFLOW)?,
|
1976
|
-
})
|
1977
|
-
}
|
1978
|
-
|
1979
|
-
/// Convert from a Linux `stat64` value to rustix's `Stat`.
|
1980
|
-
///
|
1981
|
-
/// mips64' `struct stat64` in libc has private fields, and `st_blocks` has
|
1982
|
-
/// type `i64`.
|
1983
|
-
#[cfg(all(linux_kernel, any(target_arch = "mips64", target_arch = "mips64r6")))]
|
1984
|
-
fn stat64_to_stat(s64: c::stat64) -> io::Result<Stat> {
|
1985
|
-
let mut result: Stat = unsafe { core::mem::zeroed() };
|
1986
|
-
|
1987
|
-
result.st_dev = s64.st_dev.try_into().map_err(|_| io::Errno::OVERFLOW)?;
|
1988
|
-
result.st_mode = s64.st_mode.try_into().map_err(|_| io::Errno::OVERFLOW)?;
|
1989
|
-
result.st_nlink = s64.st_nlink.try_into().map_err(|_| io::Errno::OVERFLOW)?;
|
1990
|
-
result.st_uid = s64.st_uid.try_into().map_err(|_| io::Errno::OVERFLOW)?;
|
1991
|
-
result.st_gid = s64.st_gid.try_into().map_err(|_| io::Errno::OVERFLOW)?;
|
1992
|
-
result.st_rdev = s64.st_rdev.try_into().map_err(|_| io::Errno::OVERFLOW)?;
|
1993
|
-
result.st_size = s64.st_size.try_into().map_err(|_| io::Errno::OVERFLOW)?;
|
1994
|
-
result.st_blksize = s64.st_blksize.try_into().map_err(|_| io::Errno::OVERFLOW)?;
|
1995
|
-
result.st_blocks = s64.st_blocks.try_into().map_err(|_| io::Errno::OVERFLOW)?;
|
1996
|
-
result.st_atime = i64::from(s64.st_atime) as _;
|
1997
|
-
result.st_atime_nsec = s64
|
1998
|
-
.st_atime_nsec
|
1999
|
-
.try_into()
|
2000
|
-
.map_err(|_| io::Errno::OVERFLOW)?;
|
2001
|
-
result.st_mtime = i64::from(s64.st_mtime) as _;
|
2002
|
-
result.st_mtime_nsec = s64
|
2003
|
-
.st_mtime_nsec
|
2004
|
-
.try_into()
|
2005
|
-
.map_err(|_| io::Errno::OVERFLOW)?;
|
2006
|
-
result.st_ctime = i64::from(s64.st_ctime) as _;
|
2007
|
-
result.st_ctime_nsec = s64
|
2008
|
-
.st_ctime_nsec
|
2009
|
-
.try_into()
|
2010
|
-
.map_err(|_| io::Errno::OVERFLOW)?;
|
2011
|
-
result.st_ino = s64.st_ino.try_into().map_err(|_| io::Errno::OVERFLOW)?;
|
2012
|
-
|
2013
|
-
Ok(result)
|
2014
|
-
}
|
2015
|
-
|
2016
|
-
#[cfg(linux_kernel)]
|
2017
|
-
#[allow(non_upper_case_globals)]
|
2018
|
-
mod sys {
|
2019
|
-
use super::{c, ffi, BorrowedFd, Statx};
|
2020
|
-
|
2021
|
-
weak_or_syscall! {
|
2022
|
-
pub(super) fn statx(
|
2023
|
-
dirfd_: BorrowedFd<'_>,
|
2024
|
-
path: *const ffi::c_char,
|
2025
|
-
flags: c::c_int,
|
2026
|
-
mask: c::c_uint,
|
2027
|
-
buf: *mut Statx
|
2028
|
-
) via SYS_statx -> c::c_int
|
2029
|
-
}
|
2030
|
-
}
|
2031
|
-
|
2032
|
-
#[cfg(linux_kernel)]
|
2033
|
-
#[allow(non_upper_case_globals)]
|
2034
|
-
pub(crate) fn statx(
|
2035
|
-
dirfd: BorrowedFd<'_>,
|
2036
|
-
path: &CStr,
|
2037
|
-
flags: AtFlags,
|
2038
|
-
mask: StatxFlags,
|
2039
|
-
) -> io::Result<Statx> {
|
2040
|
-
// If a future Linux kernel adds more fields to `struct statx` and users
|
2041
|
-
// passing flags unknown to rustix in `StatxFlags`, we could end up
|
2042
|
-
// writing outside of the buffer. To prevent this possibility, we mask off
|
2043
|
-
// any flags that we don't know about.
|
2044
|
-
//
|
2045
|
-
// This includes `STATX__RESERVED`, which has a value that we know, but
|
2046
|
-
// which could take on arbitrary new meaning in the future. Linux currently
|
2047
|
-
// rejects this flag with `EINVAL`, so we do the same.
|
2048
|
-
//
|
2049
|
-
// This doesn't rely on `STATX_ALL` because [it's deprecated] and already
|
2050
|
-
// doesn't represent all the known flags.
|
2051
|
-
//
|
2052
|
-
// [it's deprecated]: https://patchwork.kernel.org/project/linux-fsdevel/patch/20200505095915.11275-7-mszeredi@redhat.com/
|
2053
|
-
#[cfg(not(any(target_os = "android", target_env = "musl")))]
|
2054
|
-
const STATX__RESERVED: u32 = c::STATX__RESERVED as u32;
|
2055
|
-
#[cfg(any(target_os = "android", target_env = "musl"))]
|
2056
|
-
const STATX__RESERVED: u32 = linux_raw_sys::general::STATX__RESERVED;
|
2057
|
-
if (mask.bits() & STATX__RESERVED) == STATX__RESERVED {
|
2058
|
-
return Err(io::Errno::INVAL);
|
2059
|
-
}
|
2060
|
-
let mask = mask & StatxFlags::all();
|
2061
|
-
|
2062
|
-
let mut statx_buf = MaybeUninit::<Statx>::uninit();
|
2063
|
-
unsafe {
|
2064
|
-
ret(sys::statx(
|
2065
|
-
dirfd,
|
2066
|
-
c_str(path),
|
2067
|
-
bitflags_bits!(flags),
|
2068
|
-
mask.bits(),
|
2069
|
-
statx_buf.as_mut_ptr(),
|
2070
|
-
))?;
|
2071
|
-
Ok(statx_buf.assume_init())
|
2072
|
-
}
|
2073
|
-
}
|
2074
|
-
|
2075
|
-
#[cfg(all(linux_kernel, not(feature = "linux_4_11")))]
|
2076
|
-
#[inline]
|
2077
|
-
pub(crate) fn is_statx_available() -> bool {
|
2078
|
-
unsafe {
|
2079
|
-
// Call `statx` with null pointers so that if it fails for any reason
|
2080
|
-
// other than `EFAULT`, we know it's not supported.
|
2081
|
-
matches!(
|
2082
|
-
ret(sys::statx(CWD, null(), 0, 0, null_mut())),
|
2083
|
-
Err(io::Errno::FAULT)
|
2084
|
-
)
|
2085
|
-
}
|
2086
|
-
}
|
2087
|
-
|
2088
|
-
#[cfg(apple)]
|
2089
|
-
pub(crate) unsafe fn fcopyfile(
|
2090
|
-
from: BorrowedFd<'_>,
|
2091
|
-
to: BorrowedFd<'_>,
|
2092
|
-
state: copyfile_state_t,
|
2093
|
-
flags: CopyfileFlags,
|
2094
|
-
) -> io::Result<()> {
|
2095
|
-
extern "C" {
|
2096
|
-
fn fcopyfile(
|
2097
|
-
from: c::c_int,
|
2098
|
-
to: c::c_int,
|
2099
|
-
state: copyfile_state_t,
|
2100
|
-
flags: c::c_uint,
|
2101
|
-
) -> c::c_int;
|
2102
|
-
}
|
2103
|
-
|
2104
|
-
nonnegative_ret(fcopyfile(
|
2105
|
-
borrowed_fd(from),
|
2106
|
-
borrowed_fd(to),
|
2107
|
-
state,
|
2108
|
-
bitflags_bits!(flags),
|
2109
|
-
))
|
2110
|
-
}
|
2111
|
-
|
2112
|
-
#[cfg(apple)]
|
2113
|
-
pub(crate) fn copyfile_state_alloc() -> io::Result<copyfile_state_t> {
|
2114
|
-
extern "C" {
|
2115
|
-
fn copyfile_state_alloc() -> copyfile_state_t;
|
2116
|
-
}
|
2117
|
-
|
2118
|
-
let result = unsafe { copyfile_state_alloc() };
|
2119
|
-
if result.0.is_null() {
|
2120
|
-
Err(io::Errno::last_os_error())
|
2121
|
-
} else {
|
2122
|
-
Ok(result)
|
2123
|
-
}
|
2124
|
-
}
|
2125
|
-
|
2126
|
-
#[cfg(apple)]
|
2127
|
-
pub(crate) unsafe fn copyfile_state_free(state: copyfile_state_t) -> io::Result<()> {
|
2128
|
-
extern "C" {
|
2129
|
-
fn copyfile_state_free(state: copyfile_state_t) -> c::c_int;
|
2130
|
-
}
|
2131
|
-
|
2132
|
-
nonnegative_ret(copyfile_state_free(state))
|
2133
|
-
}
|
2134
|
-
|
2135
|
-
#[cfg(apple)]
|
2136
|
-
const COPYFILE_STATE_COPIED: u32 = 8;
|
2137
|
-
|
2138
|
-
#[cfg(apple)]
|
2139
|
-
pub(crate) unsafe fn copyfile_state_get_copied(state: copyfile_state_t) -> io::Result<u64> {
|
2140
|
-
let mut copied = MaybeUninit::<u64>::uninit();
|
2141
|
-
copyfile_state_get(state, COPYFILE_STATE_COPIED, copied.as_mut_ptr().cast())?;
|
2142
|
-
Ok(copied.assume_init())
|
2143
|
-
}
|
2144
|
-
|
2145
|
-
#[cfg(apple)]
|
2146
|
-
pub(crate) unsafe fn copyfile_state_get(
|
2147
|
-
state: copyfile_state_t,
|
2148
|
-
flag: u32,
|
2149
|
-
dst: *mut c::c_void,
|
2150
|
-
) -> io::Result<()> {
|
2151
|
-
extern "C" {
|
2152
|
-
fn copyfile_state_get(state: copyfile_state_t, flag: u32, dst: *mut c::c_void) -> c::c_int;
|
2153
|
-
}
|
2154
|
-
|
2155
|
-
nonnegative_ret(copyfile_state_get(state, flag, dst))
|
2156
|
-
}
|
2157
|
-
|
2158
|
-
#[cfg(all(apple, feature = "alloc"))]
|
2159
|
-
pub(crate) fn getpath(fd: BorrowedFd<'_>) -> io::Result<CString> {
|
2160
|
-
// The use of `PATH_MAX` is generally not encouraged, but it
|
2161
|
-
// is inevitable in this case because macOS defines `fcntl` with
|
2162
|
-
// `F_GETPATH` in terms of `MAXPATHLEN`, and there are no
|
2163
|
-
// alternatives. If a better method is invented, it should be used
|
2164
|
-
// instead.
|
2165
|
-
let mut buf = vec![0; c::PATH_MAX as usize];
|
2166
|
-
|
2167
|
-
// From the [macOS `fcntl` manual page]:
|
2168
|
-
// `F_GETPATH` - Get the path of the file descriptor `Fildes`. The argument
|
2169
|
-
// must be a buffer of size `MAXPATHLEN` or greater.
|
2170
|
-
//
|
2171
|
-
// [macOS `fcntl` manual page]: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/fcntl.2.html
|
2172
|
-
unsafe {
|
2173
|
-
ret(c::fcntl(borrowed_fd(fd), c::F_GETPATH, buf.as_mut_ptr()))?;
|
2174
|
-
}
|
2175
|
-
|
2176
|
-
let l = buf.iter().position(|&c| c == 0).unwrap();
|
2177
|
-
buf.truncate(l);
|
2178
|
-
buf.shrink_to_fit();
|
2179
|
-
|
2180
|
-
Ok(CString::new(buf).unwrap())
|
2181
|
-
}
|
2182
|
-
|
2183
|
-
#[cfg(apple)]
|
2184
|
-
pub(crate) fn fcntl_rdadvise(fd: BorrowedFd<'_>, offset: u64, len: u64) -> io::Result<()> {
|
2185
|
-
// From the [macOS `fcntl` manual page]:
|
2186
|
-
// `F_RDADVISE` - Issue an advisory read async with no copy to user.
|
2187
|
-
//
|
2188
|
-
// The `F_RDADVISE` command operates on the following structure which holds
|
2189
|
-
// information passed from the user to the system:
|
2190
|
-
//
|
2191
|
-
// ```c
|
2192
|
-
// struct radvisory {
|
2193
|
-
// off_t ra_offset; /* offset into the file */
|
2194
|
-
// int ra_count; /* size of the read */
|
2195
|
-
// };
|
2196
|
-
// ```
|
2197
|
-
//
|
2198
|
-
// [macOS `fcntl` manual page]: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/fcntl.2.html
|
2199
|
-
let ra_offset = match offset.try_into() {
|
2200
|
-
Ok(len) => len,
|
2201
|
-
// If this conversion fails, the user is providing an offset outside
|
2202
|
-
// any possible file extent, so just ignore it.
|
2203
|
-
Err(_) => return Ok(()),
|
2204
|
-
};
|
2205
|
-
let ra_count = match len.try_into() {
|
2206
|
-
Ok(len) => len,
|
2207
|
-
// If this conversion fails, the user is providing a dubiously large
|
2208
|
-
// hint which is unlikely to improve performance.
|
2209
|
-
Err(_) => return Ok(()),
|
2210
|
-
};
|
2211
|
-
unsafe {
|
2212
|
-
let radvisory = c::radvisory {
|
2213
|
-
ra_offset,
|
2214
|
-
ra_count,
|
2215
|
-
};
|
2216
|
-
ret(c::fcntl(borrowed_fd(fd), c::F_RDADVISE, &radvisory))
|
2217
|
-
}
|
2218
|
-
}
|
2219
|
-
|
2220
|
-
#[cfg(apple)]
|
2221
|
-
pub(crate) fn fcntl_fullfsync(fd: BorrowedFd<'_>) -> io::Result<()> {
|
2222
|
-
unsafe { ret(c::fcntl(borrowed_fd(fd), c::F_FULLFSYNC)) }
|
2223
|
-
}
|
2224
|
-
|
2225
|
-
#[cfg(apple)]
|
2226
|
-
pub(crate) fn fcntl_nocache(fd: BorrowedFd<'_>, value: bool) -> io::Result<()> {
|
2227
|
-
unsafe { ret(c::fcntl(borrowed_fd(fd), c::F_NOCACHE, value as c::c_int)) }
|
2228
|
-
}
|
2229
|
-
|
2230
|
-
#[cfg(apple)]
|
2231
|
-
pub(crate) fn fcntl_global_nocache(fd: BorrowedFd<'_>, value: bool) -> io::Result<()> {
|
2232
|
-
unsafe {
|
2233
|
-
ret(c::fcntl(
|
2234
|
-
borrowed_fd(fd),
|
2235
|
-
c::F_GLOBAL_NOCACHE,
|
2236
|
-
value as c::c_int,
|
2237
|
-
))
|
2238
|
-
}
|
2239
|
-
}
|
2240
|
-
|
2241
|
-
/// Convert `times` from a `futimens`/`utimensat` argument into `setattrlist`
|
2242
|
-
/// arguments.
|
2243
|
-
#[cfg(apple)]
|
2244
|
-
fn times_to_attrlist(times: &Timestamps) -> io::Result<(c::size_t, [c::timespec; 2], Attrlist)> {
|
2245
|
-
// ABI details.
|
2246
|
-
const ATTR_CMN_MODTIME: u32 = 0x0000_0400;
|
2247
|
-
const ATTR_CMN_ACCTIME: u32 = 0x0000_1000;
|
2248
|
-
const ATTR_BIT_MAP_COUNT: u16 = 5;
|
2249
|
-
|
2250
|
-
let mut times = times.clone();
|
2251
|
-
|
2252
|
-
// If we have any `UTIME_NOW` elements, replace them with the current time.
|
2253
|
-
if times.last_access.tv_nsec == c::UTIME_NOW.into()
|
2254
|
-
|| times.last_modification.tv_nsec == c::UTIME_NOW.into()
|
2255
|
-
{
|
2256
|
-
let now = {
|
2257
|
-
let mut tv = c::timeval {
|
2258
|
-
tv_sec: 0,
|
2259
|
-
tv_usec: 0,
|
2260
|
-
};
|
2261
|
-
unsafe {
|
2262
|
-
let r = c::gettimeofday(&mut tv, null_mut());
|
2263
|
-
assert_eq!(r, 0);
|
2264
|
-
}
|
2265
|
-
c::timespec {
|
2266
|
-
tv_sec: tv.tv_sec,
|
2267
|
-
tv_nsec: (tv.tv_usec * 1000) as _,
|
2268
|
-
}
|
2269
|
-
};
|
2270
|
-
if times.last_access.tv_nsec == c::UTIME_NOW.into() {
|
2271
|
-
times.last_access = crate::timespec::Timespec {
|
2272
|
-
tv_sec: now.tv_sec.into(),
|
2273
|
-
tv_nsec: now.tv_nsec as _,
|
2274
|
-
};
|
2275
|
-
}
|
2276
|
-
if times.last_modification.tv_nsec == c::UTIME_NOW.into() {
|
2277
|
-
times.last_modification = crate::timespec::Timespec {
|
2278
|
-
tv_sec: now.tv_sec.into(),
|
2279
|
-
tv_nsec: now.tv_nsec as _,
|
2280
|
-
};
|
2281
|
-
}
|
2282
|
-
}
|
2283
|
-
|
2284
|
-
// Pack the return values following the rules for [`getattrlist`].
|
2285
|
-
//
|
2286
|
-
// [`getattrlist`]: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/getattrlist.2.html
|
2287
|
-
let mut times_size = 0;
|
2288
|
-
let mut attrs = Attrlist {
|
2289
|
-
bitmapcount: ATTR_BIT_MAP_COUNT,
|
2290
|
-
reserved: 0,
|
2291
|
-
commonattr: 0,
|
2292
|
-
volattr: 0,
|
2293
|
-
dirattr: 0,
|
2294
|
-
fileattr: 0,
|
2295
|
-
forkattr: 0,
|
2296
|
-
};
|
2297
|
-
let mut return_times = [c::timespec {
|
2298
|
-
tv_sec: 0,
|
2299
|
-
tv_nsec: 0,
|
2300
|
-
}; 2];
|
2301
|
-
let mut times_index = 0;
|
2302
|
-
if times.last_modification.tv_nsec != c::UTIME_OMIT.into() {
|
2303
|
-
attrs.commonattr |= ATTR_CMN_MODTIME;
|
2304
|
-
return_times[times_index] = c::timespec {
|
2305
|
-
tv_sec: times
|
2306
|
-
.last_modification
|
2307
|
-
.tv_sec
|
2308
|
-
.try_into()
|
2309
|
-
.map_err(|_| io::Errno::OVERFLOW)?,
|
2310
|
-
tv_nsec: times.last_modification.tv_nsec as _,
|
2311
|
-
};
|
2312
|
-
times_index += 1;
|
2313
|
-
times_size += size_of::<c::timespec>();
|
2314
|
-
}
|
2315
|
-
if times.last_access.tv_nsec != c::UTIME_OMIT.into() {
|
2316
|
-
attrs.commonattr |= ATTR_CMN_ACCTIME;
|
2317
|
-
return_times[times_index] = c::timespec {
|
2318
|
-
tv_sec: times
|
2319
|
-
.last_access
|
2320
|
-
.tv_sec
|
2321
|
-
.try_into()
|
2322
|
-
.map_err(|_| io::Errno::OVERFLOW)?,
|
2323
|
-
tv_nsec: times.last_access.tv_nsec as _,
|
2324
|
-
};
|
2325
|
-
times_size += size_of::<c::timespec>();
|
2326
|
-
}
|
2327
|
-
|
2328
|
-
Ok((times_size, return_times, attrs))
|
2329
|
-
}
|
2330
|
-
|
2331
|
-
/// Support type for `Attrlist`.
|
2332
|
-
#[cfg(apple)]
|
2333
|
-
type Attrgroup = u32;
|
2334
|
-
|
2335
|
-
/// Attribute list for use with [`setattrlist`].
|
2336
|
-
#[cfg(apple)]
|
2337
|
-
#[repr(C)]
|
2338
|
-
struct Attrlist {
|
2339
|
-
bitmapcount: u16,
|
2340
|
-
reserved: u16,
|
2341
|
-
commonattr: Attrgroup,
|
2342
|
-
volattr: Attrgroup,
|
2343
|
-
dirattr: Attrgroup,
|
2344
|
-
fileattr: Attrgroup,
|
2345
|
-
forkattr: Attrgroup,
|
2346
|
-
}
|
2347
|
-
|
2348
|
-
#[cfg(any(apple, linux_kernel, target_os = "hurd"))]
|
2349
|
-
pub(crate) unsafe fn getxattr(
|
2350
|
-
path: &CStr,
|
2351
|
-
name: &CStr,
|
2352
|
-
value: (*mut u8, usize),
|
2353
|
-
) -> io::Result<usize> {
|
2354
|
-
#[cfg(not(apple))]
|
2355
|
-
{
|
2356
|
-
ret_usize(c::getxattr(
|
2357
|
-
path.as_ptr(),
|
2358
|
-
name.as_ptr(),
|
2359
|
-
value.0.cast::<c::c_void>(),
|
2360
|
-
value.1,
|
2361
|
-
))
|
2362
|
-
}
|
2363
|
-
|
2364
|
-
#[cfg(apple)]
|
2365
|
-
{
|
2366
|
-
// Passing an empty to slice to `getxattr` leads to `ERANGE` on macOS.
|
2367
|
-
// Pass null instead.
|
2368
|
-
let ptr = if value.1 == 0 {
|
2369
|
-
core::ptr::null_mut()
|
2370
|
-
} else {
|
2371
|
-
value.0.cast::<c::c_void>()
|
2372
|
-
};
|
2373
|
-
ret_usize(c::getxattr(
|
2374
|
-
path.as_ptr(),
|
2375
|
-
name.as_ptr(),
|
2376
|
-
ptr,
|
2377
|
-
value.1,
|
2378
|
-
0,
|
2379
|
-
0,
|
2380
|
-
))
|
2381
|
-
}
|
2382
|
-
}
|
2383
|
-
|
2384
|
-
#[cfg(any(apple, linux_kernel, target_os = "hurd"))]
|
2385
|
-
pub(crate) unsafe fn lgetxattr(
|
2386
|
-
path: &CStr,
|
2387
|
-
name: &CStr,
|
2388
|
-
value: (*mut u8, usize),
|
2389
|
-
) -> io::Result<usize> {
|
2390
|
-
#[cfg(not(apple))]
|
2391
|
-
{
|
2392
|
-
ret_usize(c::lgetxattr(
|
2393
|
-
path.as_ptr(),
|
2394
|
-
name.as_ptr(),
|
2395
|
-
value.0.cast::<c::c_void>(),
|
2396
|
-
value.1,
|
2397
|
-
))
|
2398
|
-
}
|
2399
|
-
|
2400
|
-
#[cfg(apple)]
|
2401
|
-
{
|
2402
|
-
// Passing an empty to slice to `getxattr` leads to `ERANGE` on macOS.
|
2403
|
-
// Pass null instead.
|
2404
|
-
let ptr = if value.1 == 0 {
|
2405
|
-
core::ptr::null_mut()
|
2406
|
-
} else {
|
2407
|
-
value.0.cast::<c::c_void>()
|
2408
|
-
};
|
2409
|
-
|
2410
|
-
ret_usize(c::getxattr(
|
2411
|
-
path.as_ptr(),
|
2412
|
-
name.as_ptr(),
|
2413
|
-
ptr,
|
2414
|
-
value.1,
|
2415
|
-
0,
|
2416
|
-
c::XATTR_NOFOLLOW,
|
2417
|
-
))
|
2418
|
-
}
|
2419
|
-
}
|
2420
|
-
|
2421
|
-
#[cfg(any(apple, linux_kernel, target_os = "hurd"))]
|
2422
|
-
pub(crate) unsafe fn fgetxattr(
|
2423
|
-
fd: BorrowedFd<'_>,
|
2424
|
-
name: &CStr,
|
2425
|
-
value: (*mut u8, usize),
|
2426
|
-
) -> io::Result<usize> {
|
2427
|
-
#[cfg(not(apple))]
|
2428
|
-
{
|
2429
|
-
ret_usize(c::fgetxattr(
|
2430
|
-
borrowed_fd(fd),
|
2431
|
-
name.as_ptr(),
|
2432
|
-
value.0.cast::<c::c_void>(),
|
2433
|
-
value.1,
|
2434
|
-
))
|
2435
|
-
}
|
2436
|
-
|
2437
|
-
#[cfg(apple)]
|
2438
|
-
{
|
2439
|
-
// Passing an empty to slice to `getxattr` leads to `ERANGE` on macOS.
|
2440
|
-
// Pass null instead.
|
2441
|
-
let ptr = if value.1 == 0 {
|
2442
|
-
core::ptr::null_mut()
|
2443
|
-
} else {
|
2444
|
-
value.0.cast::<c::c_void>()
|
2445
|
-
};
|
2446
|
-
ret_usize(c::fgetxattr(
|
2447
|
-
borrowed_fd(fd),
|
2448
|
-
name.as_ptr(),
|
2449
|
-
ptr,
|
2450
|
-
value.1,
|
2451
|
-
0,
|
2452
|
-
0,
|
2453
|
-
))
|
2454
|
-
}
|
2455
|
-
}
|
2456
|
-
|
2457
|
-
#[cfg(any(apple, linux_kernel, target_os = "hurd"))]
|
2458
|
-
pub(crate) fn setxattr(
|
2459
|
-
path: &CStr,
|
2460
|
-
name: &CStr,
|
2461
|
-
value: &[u8],
|
2462
|
-
flags: XattrFlags,
|
2463
|
-
) -> io::Result<()> {
|
2464
|
-
#[cfg(not(apple))]
|
2465
|
-
unsafe {
|
2466
|
-
ret(c::setxattr(
|
2467
|
-
path.as_ptr(),
|
2468
|
-
name.as_ptr(),
|
2469
|
-
value.as_ptr().cast::<c::c_void>(),
|
2470
|
-
value.len(),
|
2471
|
-
flags.bits() as i32,
|
2472
|
-
))
|
2473
|
-
}
|
2474
|
-
|
2475
|
-
#[cfg(apple)]
|
2476
|
-
unsafe {
|
2477
|
-
ret(c::setxattr(
|
2478
|
-
path.as_ptr(),
|
2479
|
-
name.as_ptr(),
|
2480
|
-
value.as_ptr().cast::<c::c_void>(),
|
2481
|
-
value.len(),
|
2482
|
-
0,
|
2483
|
-
flags.bits() as i32,
|
2484
|
-
))
|
2485
|
-
}
|
2486
|
-
}
|
2487
|
-
|
2488
|
-
#[cfg(any(apple, linux_kernel, target_os = "hurd"))]
|
2489
|
-
pub(crate) fn lsetxattr(
|
2490
|
-
path: &CStr,
|
2491
|
-
name: &CStr,
|
2492
|
-
value: &[u8],
|
2493
|
-
flags: XattrFlags,
|
2494
|
-
) -> io::Result<()> {
|
2495
|
-
#[cfg(not(apple))]
|
2496
|
-
unsafe {
|
2497
|
-
ret(c::lsetxattr(
|
2498
|
-
path.as_ptr(),
|
2499
|
-
name.as_ptr(),
|
2500
|
-
value.as_ptr().cast::<c::c_void>(),
|
2501
|
-
value.len(),
|
2502
|
-
flags.bits() as i32,
|
2503
|
-
))
|
2504
|
-
}
|
2505
|
-
|
2506
|
-
#[cfg(apple)]
|
2507
|
-
unsafe {
|
2508
|
-
ret(c::setxattr(
|
2509
|
-
path.as_ptr(),
|
2510
|
-
name.as_ptr(),
|
2511
|
-
value.as_ptr().cast::<c::c_void>(),
|
2512
|
-
value.len(),
|
2513
|
-
0,
|
2514
|
-
flags.bits() as i32 | c::XATTR_NOFOLLOW,
|
2515
|
-
))
|
2516
|
-
}
|
2517
|
-
}
|
2518
|
-
|
2519
|
-
#[cfg(any(apple, linux_kernel, target_os = "hurd"))]
|
2520
|
-
pub(crate) fn fsetxattr(
|
2521
|
-
fd: BorrowedFd<'_>,
|
2522
|
-
name: &CStr,
|
2523
|
-
value: &[u8],
|
2524
|
-
flags: XattrFlags,
|
2525
|
-
) -> io::Result<()> {
|
2526
|
-
#[cfg(not(apple))]
|
2527
|
-
unsafe {
|
2528
|
-
ret(c::fsetxattr(
|
2529
|
-
borrowed_fd(fd),
|
2530
|
-
name.as_ptr(),
|
2531
|
-
value.as_ptr().cast::<c::c_void>(),
|
2532
|
-
value.len(),
|
2533
|
-
flags.bits() as i32,
|
2534
|
-
))
|
2535
|
-
}
|
2536
|
-
|
2537
|
-
#[cfg(apple)]
|
2538
|
-
unsafe {
|
2539
|
-
ret(c::fsetxattr(
|
2540
|
-
borrowed_fd(fd),
|
2541
|
-
name.as_ptr(),
|
2542
|
-
value.as_ptr().cast::<c::c_void>(),
|
2543
|
-
value.len(),
|
2544
|
-
0,
|
2545
|
-
flags.bits() as i32,
|
2546
|
-
))
|
2547
|
-
}
|
2548
|
-
}
|
2549
|
-
|
2550
|
-
#[cfg(any(apple, linux_kernel, target_os = "hurd"))]
|
2551
|
-
pub(crate) unsafe fn listxattr(path: &CStr, list: (*mut u8, usize)) -> io::Result<usize> {
|
2552
|
-
#[cfg(not(apple))]
|
2553
|
-
{
|
2554
|
-
ret_usize(c::listxattr(
|
2555
|
-
path.as_ptr(),
|
2556
|
-
list.0.cast::<ffi::c_char>(),
|
2557
|
-
list.1,
|
2558
|
-
))
|
2559
|
-
}
|
2560
|
-
|
2561
|
-
#[cfg(apple)]
|
2562
|
-
{
|
2563
|
-
ret_usize(c::listxattr(
|
2564
|
-
path.as_ptr(),
|
2565
|
-
list.0.cast::<ffi::c_char>(),
|
2566
|
-
list.1,
|
2567
|
-
0,
|
2568
|
-
))
|
2569
|
-
}
|
2570
|
-
}
|
2571
|
-
|
2572
|
-
#[cfg(any(apple, linux_kernel, target_os = "hurd"))]
|
2573
|
-
pub(crate) unsafe fn llistxattr(path: &CStr, list: (*mut u8, usize)) -> io::Result<usize> {
|
2574
|
-
#[cfg(not(apple))]
|
2575
|
-
{
|
2576
|
-
ret_usize(c::llistxattr(
|
2577
|
-
path.as_ptr(),
|
2578
|
-
list.0.cast::<ffi::c_char>(),
|
2579
|
-
list.1,
|
2580
|
-
))
|
2581
|
-
}
|
2582
|
-
|
2583
|
-
#[cfg(apple)]
|
2584
|
-
{
|
2585
|
-
ret_usize(c::listxattr(
|
2586
|
-
path.as_ptr(),
|
2587
|
-
list.0.cast::<ffi::c_char>(),
|
2588
|
-
list.1,
|
2589
|
-
c::XATTR_NOFOLLOW,
|
2590
|
-
))
|
2591
|
-
}
|
2592
|
-
}
|
2593
|
-
|
2594
|
-
#[cfg(any(apple, linux_kernel, target_os = "hurd"))]
|
2595
|
-
pub(crate) unsafe fn flistxattr(fd: BorrowedFd<'_>, list: (*mut u8, usize)) -> io::Result<usize> {
|
2596
|
-
let fd = borrowed_fd(fd);
|
2597
|
-
|
2598
|
-
#[cfg(not(apple))]
|
2599
|
-
{
|
2600
|
-
ret_usize(c::flistxattr(fd, list.0.cast::<ffi::c_char>(), list.1))
|
2601
|
-
}
|
2602
|
-
|
2603
|
-
#[cfg(apple)]
|
2604
|
-
{
|
2605
|
-
ret_usize(c::flistxattr(fd, list.0.cast::<ffi::c_char>(), list.1, 0))
|
2606
|
-
}
|
2607
|
-
}
|
2608
|
-
|
2609
|
-
#[cfg(any(apple, linux_kernel, target_os = "hurd"))]
|
2610
|
-
pub(crate) fn removexattr(path: &CStr, name: &CStr) -> io::Result<()> {
|
2611
|
-
#[cfg(not(apple))]
|
2612
|
-
unsafe {
|
2613
|
-
ret(c::removexattr(path.as_ptr(), name.as_ptr()))
|
2614
|
-
}
|
2615
|
-
|
2616
|
-
#[cfg(apple)]
|
2617
|
-
unsafe {
|
2618
|
-
ret(c::removexattr(path.as_ptr(), name.as_ptr(), 0))
|
2619
|
-
}
|
2620
|
-
}
|
2621
|
-
|
2622
|
-
#[cfg(any(apple, linux_kernel, target_os = "hurd"))]
|
2623
|
-
pub(crate) fn lremovexattr(path: &CStr, name: &CStr) -> io::Result<()> {
|
2624
|
-
#[cfg(not(apple))]
|
2625
|
-
unsafe {
|
2626
|
-
ret(c::lremovexattr(path.as_ptr(), name.as_ptr()))
|
2627
|
-
}
|
2628
|
-
|
2629
|
-
#[cfg(apple)]
|
2630
|
-
unsafe {
|
2631
|
-
ret(c::removexattr(
|
2632
|
-
path.as_ptr(),
|
2633
|
-
name.as_ptr(),
|
2634
|
-
c::XATTR_NOFOLLOW,
|
2635
|
-
))
|
2636
|
-
}
|
2637
|
-
}
|
2638
|
-
|
2639
|
-
#[cfg(any(apple, linux_kernel, target_os = "hurd"))]
|
2640
|
-
pub(crate) fn fremovexattr(fd: BorrowedFd<'_>, name: &CStr) -> io::Result<()> {
|
2641
|
-
let fd = borrowed_fd(fd);
|
2642
|
-
|
2643
|
-
#[cfg(not(apple))]
|
2644
|
-
unsafe {
|
2645
|
-
ret(c::fremovexattr(fd, name.as_ptr()))
|
2646
|
-
}
|
2647
|
-
|
2648
|
-
#[cfg(apple)]
|
2649
|
-
unsafe {
|
2650
|
-
ret(c::fremovexattr(fd, name.as_ptr(), 0))
|
2651
|
-
}
|
2652
|
-
}
|
2653
|
-
|
2654
|
-
/// See [`crate::timespec::fix_negative_nsec`] for details.
|
2655
|
-
#[cfg(apple)]
|
2656
|
-
fn fix_negative_stat_nsecs(mut stat: Stat) -> Stat {
|
2657
|
-
(stat.st_atime, stat.st_atime_nsec) =
|
2658
|
-
crate::timespec::fix_negative_nsecs(stat.st_atime, stat.st_atime_nsec);
|
2659
|
-
(stat.st_mtime, stat.st_mtime_nsec) =
|
2660
|
-
crate::timespec::fix_negative_nsecs(stat.st_mtime, stat.st_mtime_nsec);
|
2661
|
-
(stat.st_ctime, stat.st_ctime_nsec) =
|
2662
|
-
crate::timespec::fix_negative_nsecs(stat.st_ctime, stat.st_ctime_nsec);
|
2663
|
-
stat
|
2664
|
-
}
|
2665
|
-
|
2666
|
-
#[inline]
|
2667
|
-
#[cfg(linux_kernel)]
|
2668
|
-
pub(crate) fn inotify_init1(flags: super::inotify::CreateFlags) -> io::Result<OwnedFd> {
|
2669
|
-
// SAFETY: `inotify_init1` has no safety preconditions.
|
2670
|
-
unsafe { ret_owned_fd(c::inotify_init1(bitflags_bits!(flags))) }
|
2671
|
-
}
|
2672
|
-
|
2673
|
-
#[inline]
|
2674
|
-
#[cfg(linux_kernel)]
|
2675
|
-
pub(crate) fn inotify_add_watch(
|
2676
|
-
inot: BorrowedFd<'_>,
|
2677
|
-
path: &CStr,
|
2678
|
-
flags: super::inotify::WatchFlags,
|
2679
|
-
) -> io::Result<i32> {
|
2680
|
-
// SAFETY: The fd and path we are passing is guaranteed valid by the
|
2681
|
-
// type system.
|
2682
|
-
unsafe {
|
2683
|
-
ret_c_int(c::inotify_add_watch(
|
2684
|
-
borrowed_fd(inot),
|
2685
|
-
c_str(path),
|
2686
|
-
flags.bits(),
|
2687
|
-
))
|
2688
|
-
}
|
2689
|
-
}
|
2690
|
-
|
2691
|
-
#[inline]
|
2692
|
-
#[cfg(linux_kernel)]
|
2693
|
-
pub(crate) fn inotify_rm_watch(inot: BorrowedFd<'_>, wd: i32) -> io::Result<()> {
|
2694
|
-
// Android's `inotify_rm_watch` takes `u32` despite that
|
2695
|
-
// `inotify_add_watch` expects a `i32`.
|
2696
|
-
#[cfg(target_os = "android")]
|
2697
|
-
let wd = wd as u32;
|
2698
|
-
// SAFETY: The fd is valid and closing an arbitrary wd is valid.
|
2699
|
-
unsafe { ret(c::inotify_rm_watch(borrowed_fd(inot), wd)) }
|
2700
|
-
}
|
2701
|
-
|
2702
|
-
#[cfg(test)]
|
2703
|
-
mod tests {
|
2704
|
-
use super::*;
|
2705
|
-
|
2706
|
-
#[test]
|
2707
|
-
fn test_sizes() {
|
2708
|
-
#[cfg(linux_kernel)]
|
2709
|
-
assert_eq_size!(c::loff_t, u64);
|
2710
|
-
|
2711
|
-
// Assert that `Timestamps` has the expected layout. If we're not fixing
|
2712
|
-
// y2038, libc's type should match ours. If we are, it's smaller.
|
2713
|
-
#[cfg(not(fix_y2038))]
|
2714
|
-
assert_eq_size!([c::timespec; 2], Timestamps);
|
2715
|
-
#[cfg(fix_y2038)]
|
2716
|
-
assert!(core::mem::size_of::<[c::timespec; 2]>() < core::mem::size_of::<Timestamps>());
|
2717
|
-
}
|
2718
|
-
}
|