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.
pack1
1 parent c254af3 commit 1f6afb3Copy full SHA for 1f6afb3
src/lib.rs
@@ -88,6 +88,12 @@
88
//! * `must_cast`: Provides the `must_` functions, which will compile error if
89
//! the requested cast can't be statically verified.
90
//! * `const_zeroed`: Provides a const version of the `zeroed` function.
91
+//!
92
+//! ## Related Crates
93
94
+//! - [`pack1`](https://docs.rs/pack1), which contains `bytemuck`-compatible
95
+//! packed little-endian, big-endian and native-endian integer and floating
96
+//! point number types.
97
98
#[cfg(all(target_arch = "aarch64", feature = "aarch64_simd"))]
99
use core::arch::aarch64;
0 commit comments