heapswap_macros 0.0.2

Heapswap's macros
Documentation

Heapswap Macros

This exports:

sled_zero_copy

A procedural macro that expands:

#[sled_zero_copy]

into:

#[derive(zerocopy_derive::FromBytes, zerocopy_derive::FromZeroes, zerocopy_derive::AsBytes, zerocopy_derive::Unaligned)]
#[repr(C)]

for use with Sled's zero-copy storage capabilities.