We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986e3c5 commit f51d666Copy full SHA for f51d666
unsafe-fields/Cargo.toml
@@ -10,6 +10,7 @@
10
name = "unsafe-fields"
11
version = "0.1.0"
12
edition = "2021"
13
+description = "Make it unsafe to access or modify fields with safety invariants"
14
license = "BSD-2-Clause OR Apache-2.0 OR MIT"
15
repository = "https://github.com/google/zerocopy"
16
rust-version = { workspace = true }
0 commit comments