Registry / serialization / ion-rs

ion-rs

JSON →
library0.18.1rscratesunverified

Implementation of Amazon Ion, a richly-typed, self-describing data format.

# Cargo.toml [dependencies] ion-rs = "0.18.1"
INSTALL
IMPORT
SIG · ION-RS
I
ion-rs
serializationrustv0.18.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.

IonReader
use ion_rs::IonReader;

Read Ion data using IonReader.

use ion_rs::IonReader; let data = b"some_ion_data"; let reader = IonReader::new(data);
Debug
Known issues
gotchaRequires feature flags for full Ion support (e.g., 'experimental-reader-writer').
fix
Add `features = ["experimental-reader-writer"]` to Cargo.toml dependency.
affects: >=0.18.0
Upgrade
Version history
0.18.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ion-rs — cargo add ion-rs · libregistry