atom icon indicating copy to clipboard operation
atom copied to clipboard

Library for serializing the Atom web content syndication format https://crates.io/crates/atom_syndication

Results 5 atom issues
Sort by recently updated
recently updated
newest added

Building an Atom feed currently incurs many many allocations. Nearly every field of the type contains a `String` which mandates it be a separate and unique heap allocation. What's more,...

The current implementation of `Display` for `Error` forwards to the inner type's implementation of `Display` if there is one. However, it is preferable not to do this, for two reasons:...

Hi, nice project. I was wondering if it would be possible to either support user-defined attributes on the `` and `` tags, such as `xml:lang="en"`, or maybe it would be...

Appreciate the library! [RFC 4287](https://datatracker.ietf.org/doc/html/rfc4287#section-4.1.3) notes: > atom:content MAY have a "src" attribute, whose value MUST be an IRI reference [RFC3987](https://datatracker.ietf.org/doc/html/rfc3987). If the "src" attribute is present, atom:content MUST be...