Skip to content

Commit 1f6afb3

Browse files
authored
Add a pack1 as a related crate for packed integers etc. (#296)
CC #295.
1 parent c254af3 commit 1f6afb3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@
8888
//! * `must_cast`: Provides the `must_` functions, which will compile error if
8989
//! the requested cast can't be statically verified.
9090
//! * `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.
9197
9298
#[cfg(all(target_arch = "aarch64", feature = "aarch64_simd"))]
9399
use core::arch::aarch64;

0 commit comments

Comments
 (0)