[][src]Crate zeroable

A bytemuck adjacent library,with a derive macro for Zeroable.

Derive Documentation

Here is the documentation for Zeroable

#[no_std] support

This crate is #[no_std],and only requires the core library.

Re-exports

pub use bytemuck;

Modules

zeroable_docs

Documentation for the Zeroable macro.

Structs

AssertZeroable

A marker type representing that T is Zeroable.

Traits

Zeroable

A reexport of the bytemuck::Zeroable trait.

Derive Macros

Zeroable

This macro is documented in zeroable::zeroable_docs. (the link only works in the zeroable crate)