Registry / serialization / atom-syndication

atom-syndication

JSON →
library0.12.8rscratesunverified

Library for serializing the Atom web content syndication format.

# Cargo.toml [dependencies] atom_syndication = "0.12.8"
INSTALL
IMPORT
SIG · ATOM-SYNDICATION
A
atom-syndication
serializationrustv0.12.8
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.

Feed
use atom_syndication::Feed;

Create a default Atom feed.

use atom_syndication::Feed; fn main() { let feed = Feed::default(); println!("Atom feed: {:?}", feed); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.8latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
atom-syndication — cargo add atom-syndication · libregistry