Registry / serialization / sigma-ser

sigma-ser

JSON →
library0.19.0rscratesunverified

Ergo binary serialization primitives.

# Cargo.toml [dependencies] sigma-ser = "0.19.0"
INSTALL
IMPORT
SIG · SIGMA-SER
S
sigma-ser
serializationrustv0.19.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.

SigmaSerializable
use sigma_ser::serialization::SigmaSerializable;

Serializes a value using Ergo binary format.

use sigma_ser::serialization::SigmaSerializable; fn main() -> Result<(), Box<dyn std::error::Error>> { let value = 42u32; let bytes = value.sigma_serialize()?; println!("{:?}", bytes); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
sigma-ser — cargo add sigma-ser · libregistry