Registry / serialization / beserial-derive

beserial-derive

JSON →
library0.2.0rscratesunverified

Derive macros for the beserial serialization framework.

# Cargo.toml [dependencies] beserial_derive = "0.2.0"
INSTALL
IMPORT
SIG · BESERIAL-DERIVE
B
beserial-derive
serializationrustv0.2.0
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.

Serialize
use beserial_derive::Serialize;

Derive serialization for a struct using beserial.

use beserial_derive::Serialize; #[derive(Serialize)] struct MyStruct { field: u32, }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
beserial-derive — cargo add beserial-derive · libregistry