Registry / serialization / zvariant

zvariant

JSON →
library5.10.1rscratesunverified

A Rust library for encoding and decoding D-Bus and GVariant data formats.

# Cargo.toml [dependencies] zvariant = "5.10.1"
INSTALL
IMPORT
SIG · ZVARIANT
Z
zvariant
serializationrustv5.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.

Value
use zvariant::Value;

Create a basic variant value.

use zvariant::Value; fn main() { let val = Value::from("hello"); println!("Created a variant value: {:?}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.10.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
36
OpenAI (training)
1
Resources
zvariant — cargo add zvariant · libregistry