Registry / build-tool / packed-struct-codegen

packed-struct-codegen

JSON →
library0.10.1rscratesunverified

This crate implements the code generation for the packed_struct library.

# Cargo.toml [dependencies] packed_struct_codegen = "0.10.1"
INSTALL
IMPORT
SIG · PACKED-STRUCT-CODE
P
packed-struct-codegen
build-toolrustv0.10.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.

PackedStruct
use packed_struct_codegen::PackedStruct;

Derive macro for packed structs.

use packed_struct_codegen::PackedStruct; #[derive(PackedStruct)] struct MyStruct { field: u8, } fn main() { println!("Packed struct generated"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
packed-struct-codegen — cargo add packed-struct-codegen · libregistry