Docs.rs
feed-parser-1.0.12
feed-parser 1.0.12
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
akitenkrad
Dependencies
anyhow ^1.0
normal
chrono ^0.4.41
normal
html-escape ^0.2.13
normal
quick-xml ^0.37.5
normal
regex ^1.11.1
normal
reqwest ^0.12.8
normal
serde ^1.0.210
normal
thiserror ^2.0.12
normal
tokio ^1.45.0
normal
tokio-test ^0.4.4
normal
Versions
8%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
feed_
parser
1.0.12
In feed_
parser::
parsers::
rss2
feed_parser
::
parsers
::
rss2
Function
parse
Copy item path
Source
pub fn parse(text: &
str
) ->
ParseResult
<
Vec
<
Feed
>>