Docs.rs
feed-rs-1.3.0
feed-rs 1.3.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
markpritchard
Dependencies
chrono ^0.4.23
normal
lazy_static ^1.4
normal
mime ^0.3
normal
quick-xml ^0.27.1
normal
regex ^1.7
normal
serde ^1.0
normal
serde_json ^1.0
normal
siphasher ^0.3
normal
url ^2.3
normal
uuid ^1.3
normal
Versions
79.84%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
☰
ParseFeedResult
In feed_rs::parser
?
Type Definition
feed_rs
::
parser
::
ParseFeedResult
source
·
[
−
]
pub type ParseFeedResult<T> =
Result
<T,
ParseFeedError
>;