Skip to content

Commit

Permalink
Add a pack1 as a related crate for packed integers etc. (#296)
Browse files Browse the repository at this point in the history
CC #295.
  • Loading branch information
tbu- authored Jan 14, 2025
1 parent c254af3 commit 1f6afb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@
//! * `must_cast`: Provides the `must_` functions, which will compile error if
//! the requested cast can't be statically verified.
//! * `const_zeroed`: Provides a const version of the `zeroed` function.
//!
//! ## Related Crates
//!
//! - [`pack1`](https://docs.rs/pack1), which contains `bytemuck`-compatible
//! packed little-endian, big-endian and native-endian integer and floating
//! point number types.
#[cfg(all(target_arch = "aarch64", feature = "aarch64_simd"))]
use core::arch::aarch64;
Expand Down

0 comments on commit 1f6afb3

Please sign in to comment.