Registry / serialization / abomonation

abomonation

JSON →
library0.7.3rscratesunverified

A high performance and very unsafe serialization library for Rust.

# Cargo.toml [dependencies] abomonation = "0.7.3"
INSTALL
IMPORT
SIG · ABOMONATION
A
abomonation
serializationrustv0.7.3
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.

abomonation
use abomonation::*;

Encode data using abomonation

use abomonation::*; fn main() { let data = vec![1u64, 2, 3]; let bytes = unsafe { abomonation::encode(&data) }; }
Debug
Known issues
gotchaThis library uses `unsafe` extensively and may cause undefined behavior if misused.
fix
Ensure data is correctly aligned and not mutated during encoding/decoding.
affects: >=0.7.0
Upgrade
Version history
0.7.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
OpenAI (training)
1
Resources
abomonation — cargo add abomonation · libregistry