Crates.io | overlay |
lib.rs | overlay |
version | 1.0.1 |
source | src |
created_at | 2024-05-30 17:12:20.699176 |
updated_at | 2024-05-30 17:28:40.464165 |
description | An Overlay trait for reinterpreting a slice of bytes as an arbitrary type |
homepage | https://github.com/bobrippling/overlay-rs |
repository | https://github.com/bobrippling/overlay-rs |
max_upload_size | |
id | 1257084 |
size | 1,882 |
A trait for converting an arbitrary slice of bytes to a struct, intended for use with the #[overlay]
macro from the overlay_macro
crate.