xref: /linux/rust/zerocopy/README.md (revision 6b3f7af57881f6d6250c6dcc4d910fe8e855a607)
1# `zerocopy`
2
3These source files come from the Rust `zerocopy` crate, version v0.8.50
4(released 2026-05-31), hosted in the <https://github.com/google/zerocopy>
5repository, licensed under "BSD-2-Clause OR Apache-2.0 OR MIT" and only
6modified to add the SPDX license identifiers and to remove `Display`
7for `f32` and `f64`.
8
9For copyright details, please see:
10
11    https://github.com/google/zerocopy/blob/v0.8.50/README.md?plain=1
12    https://github.com/google/zerocopy/blob/v0.8.50/LICENSE-BSD
13    https://github.com/google/zerocopy/blob/v0.8.50/LICENSE-APACHE
14    https://github.com/google/zerocopy/blob/v0.8.50/LICENSE-MIT
15