byte_muck 1.0.0

You meant to type `bytemuck` instead (no underscore).
Documentation
1
2
3
4
5
6
7
8
#![no_std]
#![warn(missing_docs)]

//! Friend I think you meant to search for
//! [`bytemuck`](https://docs.rs/bytemuck), all one word, no underscore.

#[cfg(not(docs_rs))]
compile_error!("You probably want the `bytemuck` crate instead.");