Docs.rs
feed-parser-2.0.0
feed-parser 2.0.0
Docs.rs crate page
Apache-2.0
15 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
akitenkrad
Dependencies
html-escape ^0.2.15
normal
quick-xml ^0.41.0
normal
regex ^1.13.1
normal
serde ^1.0.229
normal
thiserror ^2.0.20
normal
Versions
48.15%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module errors
feed_
parser
2.0.0
Module errors
Module Items
Enums
Type Aliases
In feed_
parser::
parsers
feed_parser
::
parsers
Module
errors
Copy item path
Source
Enums
§
Parse
Error
Errors that can occur while parsing a feed.
Type Aliases
§
Parse
Result
A
Result
alias whose error type is
ParseError
.