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.");