Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

zerocopy

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zerocopy - cargo Package Compare versions

Comparing version
0.8.37
to
0.8.38
+1
-2
.cargo_vcs_info.json
{
"git": {
"sha1": "c6a94900c0dcc9d533cd7e98c20cbf0d36632e4a",
"dirty": true
"sha1": "78088c41682d1d07aa471144d67c865d3537c9ad"
},
"path_in_vcs": ""
}

@@ -95,2 +95,10 @@ <!-- Copyright 2025 The Fuchsia Authors

be problematic *even if* the `TODO` were resolved).
3. **Safety Placeholders:** A `// SAFETY: TODO` comment is a valid placeholder
for a safety comment, and a `/// TODO` comment in a `/// # Safety` doc
section is a valid placeholder for safety documentation. **DO NOT** flag
the first as a missing safety justification or a critical issue, and **DO
NOT** flag the second as missing safety documentation. You must assume the
author will write a sound justification or accurate safety documentation
before merging.
<!-- TODO-check-enable -->

@@ -97,0 +105,0 @@

@@ -94,2 +94,3 @@ // Copyright 2024 The Fuchsia Authors

);
println!("cargo:rustc-check-cfg=cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)");
println!("cargo:rustc-check-cfg=cfg(coverage_nightly)");

@@ -96,0 +97,0 @@ }

@@ -274,3 +274,3 @@ # This file is automatically @generated by Cargo.

name = "zerocopy"
version = "0.8.37"
version = "0.8.38"
dependencies = [

@@ -288,5 +288,5 @@ "elain",

name = "zerocopy-derive"
version = "0.8.37"
version = "0.8.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1328722bbf2115db7e19d69ebcc15e795719e2d66b60827c6a69a117365e37a0"
checksum = "8a616990af1a287837c4fe6596ad77ef57948f787e46ce28e166facc0cc1cb75"
dependencies = [

@@ -293,0 +293,0 @@ "proc-macro2",

@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "zerocopy"
version = "0.8.37"
version = "0.8.38"
authors = [

@@ -99,3 +99,3 @@ "Joshua Liebow-Feeser <joshlf@google.com>",

[dependencies.zerocopy-derive]
version = "=0.8.37"
version = "=0.8.38"
optional = true

@@ -125,5 +125,5 @@

[dev-dependencies.zerocopy-derive]
version = "=0.8.37"
version = "=0.8.38"
[target."cfg(any())".dependencies.zerocopy-derive]
version = "=0.8.37"
version = "=0.8.38"

@@ -22,1 +22,4 @@ #!/usr/bin/env bash

sed -i -e "s/^version = \"[0-9a-zA-Z\.-]*\"/version = \"$VERSION\"/" Cargo.toml zerocopy-derive/Cargo.toml
# Ensure that `Cargo.lock` is updated.
cargo generate-lockfile

@@ -11,3 +11,3 @@ // Copyright 2025 The Fuchsia Authors

#![cfg(feature = "derive")] // Required for derives on `SliceDst`
#![allow(dead_code)]
#![allow(dead_code, missing_docs, missing_debug_implementations, missing_copy_implementations)]

@@ -22,3 +22,2 @@ //! Our UI test framework, built on the `trybuild` crate, does not support

#[repr(C)]
#[allow(missing_debug_implementations, missing_copy_implementations)]
pub struct SliceDst<T, U> {

@@ -25,0 +24,0 @@ pub t: T,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display