Registry / serialization / serde-codegen-internals

serde-codegen-internals

JSON →
library0.14.2rscratesunverified

AST representation used by Serde codegen; unstable and not intended for direct use.

# Cargo.toml [dependencies] serde_codegen_internals = "0.14.2"
INSTALL
IMPORT
SIG · SERDE-CODEGEN-INTE
S
serde-codegen-internals
serializationrustv0.14.2
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.

ast
use serde_codegen_internals::ast;

Demonstrates importing the internal AST module.

use serde_codegen_internals::ast; fn main() { // This crate is internal to Serde and not meant for public use println!("Internal Serde codegen"); }
Debug
Known issues
breakingUnstable API; may change without notice and is not intended for direct consumption.
fix
Avoid using this crate directly; use `serde` and `serde_derive` instead.
affects: >=0.14.0
Upgrade
Version history
0.14.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
serde-codegen-internals — cargo add serde-codegen-internals · libregistry