Registry / serialization / scroll-derive

scroll-derive

JSON →
library0.13.1rscratesunverified

A macros 1.1 derive implementation for Pread and Pwrite traits from the scroll crate.

# Cargo.toml [dependencies] scroll_derive = "0.13.1"
INSTALL
IMPORT
SIG · SCROLL-DERIVE
S
scroll-derive
serializationrustv0.13.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pread
use scroll_derive::{Pread, Pwrite};

Derive Pread and Pwrite traits for a struct.

use scroll_derive::{Pread, Pwrite}; #[derive(Pread, Pwrite)] struct MyStruct { field: u32, } fn main() { println!("Derive macros ready"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
scroll-derive — cargo add scroll-derive · libregistry