heapswap_macros

Crates.ioheapswap_macros
lib.rsheapswap_macros
version0.0.2
sourcesrc
created_at2024-01-27 05:17:58.638798
updated_at2024-01-27 05:19:48.785994
descriptionHeapswap's macros
homepagehttps://heapswap.com
repository
max_upload_size
id1116511
size4,793
adam (kahnpoint)

documentation

https://docs.rs/heapswap

README

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.

Commit count: 0

cargo fmt