Hostityourself/target/debug/deps/zerocopy-dff95eb857fbc828.d
Claude 8f5bb158cb
M1: Rust control plane, builder, dashboard, and infra
- Cargo workspace with hiy-server (axum 0.7 + sqlx SQLite + tokio)
- SQLite schema: apps, deploys, env_vars (inline migrations, no daemon)
- Background build worker: sequential queue, streams stdout/stderr to DB
- REST API: CRUD for apps, deploys, env vars; GitHub webhook with HMAC-SHA256
- SSE endpoint for live build log streaming
- Monospace HTMX-free dashboard: app list + per-app detail, log viewer, env editor
- builder/build.sh: clone/pull → detect strategy (Dockerfile/buildpack/static)
  → docker build → swap container → update Caddy via admin API → prune images
- infra/docker-compose.yml + Dockerfile.server for local dev (no Pi needed)
- proxy/Caddyfile: auto-HTTPS off for local, comment removed for production
- .env.example

Compiles clean (zero warnings). Run locally:
  cp .env.example .env && cargo run --bin hiy-server

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
2026-03-19 08:25:59 +00:00

156 lines
72 KiB
D

/home/user/Hostityourself/target/debug/deps/zerocopy-dff95eb857fbc828.d: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/lib.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/util/mod.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/util/macros.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/util/macro_util.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/byte_slice.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/byteorder.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/deprecated.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/error.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/impls.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/layout.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/macros.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/mod.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/inner.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/invariant.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/ptr.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/transmute.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/ref.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/split_at.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/wrappers.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/formats/coco_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/formats/coco_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/formats/coco_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_bytes.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_bytes.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_bytes.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_prefix.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_prefix.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_prefix.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_suffix.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_suffix.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_suffix.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_bytes.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_bytes.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_bytes.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_prefix.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_prefix.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_prefix.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_suffix.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_suffix.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_suffix.x86-64.mca
/home/user/Hostityourself/target/debug/deps/libzerocopy-dff95eb857fbc828.rlib: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/lib.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/util/mod.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/util/macros.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/util/macro_util.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/byte_slice.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/byteorder.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/deprecated.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/error.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/impls.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/layout.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/macros.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/mod.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/inner.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/invariant.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/ptr.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/transmute.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/ref.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/split_at.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/wrappers.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/formats/coco_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/formats/coco_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/formats/coco_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_bytes.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_bytes.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_bytes.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_prefix.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_prefix.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_prefix.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_suffix.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_suffix.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_suffix.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_bytes.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_bytes.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_bytes.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_prefix.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_prefix.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_prefix.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_suffix.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_suffix.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_suffix.x86-64.mca
/home/user/Hostityourself/target/debug/deps/libzerocopy-dff95eb857fbc828.rmeta: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/lib.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/util/mod.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/util/macros.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/util/macro_util.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/byte_slice.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/byteorder.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/deprecated.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/error.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/impls.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/layout.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/macros.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/mod.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/inner.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/invariant.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/ptr.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/transmute.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/ref.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/split_at.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/wrappers.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/formats/coco_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/formats/coco_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/formats/coco_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_bytes.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_bytes.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_bytes.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_prefix.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_prefix.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_prefix.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_suffix.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_suffix.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_suffix.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_static_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_static_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_static_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_size.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_size.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_size.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_padding.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_padding.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_padding.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_bytes.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_bytes.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_bytes.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_prefix.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_prefix.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_prefix.x86-64.mca /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_suffix.rs /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_suffix.x86-64 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_suffix.x86-64.mca
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/lib.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/util/mod.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/util/macros.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/util/macro_util.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/byte_slice.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/byteorder.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/deprecated.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/error.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/impls.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/layout.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/macros.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/mod.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/inner.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/invariant.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/ptr.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/pointer/transmute.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/ref.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/split_at.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/wrappers.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/formats/coco_static_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_static_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_static_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_static_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/formats/coco_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_dynamic_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/transmute_ref_dynamic_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_static_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_static_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_static_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_dynamic_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_transmute_ref_dynamic_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_static_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_static_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_static_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/formats/coco_dynamic_padding.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_padding.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_padding.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_dynamic_padding.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_static_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_static_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_static_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_padding.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_padding.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_dynamic_padding.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_static_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_static_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_static_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_padding.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_padding.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_dynamic_padding.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_bytes.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_bytes.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_bytes.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_prefix.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_prefix.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_prefix.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_suffix.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_suffix.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/try_read_from_suffix.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_static_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_static_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_static_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_padding.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_padding.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_dynamic_padding.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_static_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_static_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_static_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_padding.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_padding.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_dynamic_padding.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_static_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_static_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_static_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_padding.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_padding.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_dynamic_padding.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_padding.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_padding.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_bytes_with_elems_dynamic_padding.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_padding.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_padding.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_prefix_with_elems_dynamic_padding.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_size.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_size.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_size.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_padding.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_padding.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/ref_from_suffix_with_elems_dynamic_padding.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_bytes.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_bytes.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_bytes.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_prefix.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_prefix.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_prefix.x86-64.mca:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_suffix.rs:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_suffix.x86-64:
/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.42/src/../benches/read_from_suffix.x86-64.mca:
# env-dep:CARGO_PKG_VERSION=0.8.42