4 crates, all compile. 16/17 tests pass.
warzone-protocol (core crypto):
- Seed-based identity (Ed25519 + X25519 from 32-byte seed via HKDF)
- BIP39 mnemonic encode/decode (24 words)
- Fingerprint type (SHA-256 truncated, displayed as xxxx:xxxx:xxxx:xxxx)
- ChaCha20-Poly1305 AEAD encrypt/decrypt with random nonce
- HKDF-SHA256 key derivation
- Pre-key bundle generation with Ed25519 signatures
- X3DH key exchange (simplified, needs X25519 identity key in bundle)
- Double Ratchet: full implementation with DH ratchet, chain ratchet,
out-of-order message handling via skipped keys cache
- Message format (WarzoneMessage envelope + RatchetHeader)
- Session type with ratchet state
- Storage trait definitions (PreKeyStore, SessionStore, MessageQueue)
warzone-server (axum):
- sled database (keys, messages, one-time pre-keys)
- Routes: /v1/health, /v1/keys/register, /v1/keys/{fp},
/v1/messages/send, /v1/messages/poll/{fp}, /v1/messages/{id}/ack
warzone-client (CLI):
- `warzone init` — generate seed, show mnemonic, save to ~/.warzone/
- `warzone recover <words>` — restore from mnemonic
- `warzone info` — show fingerprint and keys
- Seed storage at ~/.warzone/identity.seed (600 perms)
- Stubs for send, recv, chat commands
warzone-mule: Phase 4 placeholder
Known issue: X3DH test fails (initiate/respond use different DH ops
due to missing X25519 identity key in bundle). Fix in next step.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
209 lines
78 KiB
D
209 lines
78 KiB
D
/Users/manwe/CascadeProjects/arvan/warzone/target/debug/deps/zerocopy-36816651da765867.d: /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/lib.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/util/mod.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/util/macros.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/util/macro_util.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/byte_slice.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/byteorder.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/deprecated.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/error.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/impls.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/layout.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/macros.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/mod.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/inner.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/invariant.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/ptr.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/transmute.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/ref.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/split_at.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/wrappers.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/formats/coco_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/formats/coco_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/formats/coco_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_bytes.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_bytes.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_bytes.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_prefix.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_prefix.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_prefix.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_suffix.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_suffix.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_suffix.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_bytes.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_bytes.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_bytes.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_prefix.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_prefix.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_prefix.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_suffix.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_suffix.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_suffix.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_dynamic_size.x86-64.mca
|
|
|
|
/Users/manwe/CascadeProjects/arvan/warzone/target/debug/deps/libzerocopy-36816651da765867.rmeta: /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/lib.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/util/mod.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/util/macros.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/util/macro_util.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/byte_slice.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/byteorder.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/deprecated.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/error.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/impls.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/layout.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/macros.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/mod.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/inner.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/invariant.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/ptr.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/transmute.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/ref.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/split_at.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/wrappers.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/formats/coco_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/formats/coco_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/formats/coco_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_bytes.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_bytes.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_bytes.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_prefix.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_prefix.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_prefix.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_suffix.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_suffix.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_suffix.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_padding.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_padding.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_padding.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_bytes.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_bytes.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_bytes.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_prefix.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_prefix.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_prefix.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_suffix.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_suffix.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_suffix.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_dynamic_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_static_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_static_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_static_size.x86-64.mca /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_dynamic_size.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_dynamic_size.x86-64 /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_dynamic_size.x86-64.mca
|
|
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/lib.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/util/mod.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/util/macros.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/util/macro_util.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/byte_slice.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/byteorder.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/deprecated.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/error.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/impls.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/layout.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/macros.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/mod.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/inner.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/invariant.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/ptr.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/pointer/transmute.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/ref.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/split_at.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/wrappers.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/formats/coco_static_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_static_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_static_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_static_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/formats/coco_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/transmute_ref_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_static_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_static_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_static_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_transmute_ref_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/formats/coco_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_unchecked_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_at_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_immutable_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_runtime_check_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/split_via_unchecked_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_static_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_static_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_static_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_static_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_static_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_static_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_static_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_static_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_static_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_bytes_with_elems_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_prefix_with_elems_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_ref_from_suffix_with_elems_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_bytes.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_bytes.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_bytes.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_prefix.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_prefix.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_prefix.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_suffix.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_suffix.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/try_read_from_suffix.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_static_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_static_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_static_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_static_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_static_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_static_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_static_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_static_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_static_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_bytes_with_elems_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_prefix_with_elems_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_padding.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_padding.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/ref_from_suffix_with_elems_dynamic_padding.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_bytes.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_bytes.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_bytes.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_prefix.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_prefix.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_prefix.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_suffix.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_suffix.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/read_from_suffix.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_static_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_static_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_static_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/as_bytes_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_static_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_static_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_static_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_static_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_static_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_static_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_prefix_dynamic_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_static_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_static_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_static_size.x86-64.mca:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_dynamic_size.rs:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_dynamic_size.x86-64:
|
|
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.47/src/../benches/write_to_suffix_dynamic_size.x86-64.mca:
|
|
|
|
# env-dep:CARGO_PKG_VERSION=0.8.47
|