Registry / serialization / serde-derive-internals

serde-derive-internals

JSON →
library0.29.1rscratesunverified

AST representation used by Serde derive macros. Unstable.

# Cargo.toml [dependencies] serde_derive_internals = "0.29.1"
INSTALL
IMPORT
SIG · SERDE-DERIVE-INTER
S
serde-derive-internals
serializationrustv0.29.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.

Container
use serde_derive_internals::ast::Container;

Demonstrates usage of internal AST types (not for direct use).

use serde_derive_internals::ast::Container; fn main() { // This crate is internal to serde; not intended for direct use. println!("Internal crate"); }
Debug
Known issues
breakingUnstable internal crate; API may change without notice.
fix
Do not depend on this crate directly; use serde derive macros instead.
affects: >=0.29.0
Upgrade
Version history
0.29.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
serde-derive-internals — cargo add serde-derive-internals · libregistry