Docs.rs
feed-rs-1.0.0
feed-rs 1.0.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
markpritchard
Dependencies
chrono ^0.4
normal
lazy_static ^1
normal
mime ^0.3
normal
quick-xml ^0.22
normal
regex ^1
normal
serde ^1.0
normal
serde_json ^1.0
normal
siphasher ^0.3
normal
url ^2
normal
uuid ^0.8
normal
Versions
80.47%
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
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
☰
Type Definition ParseFeedResult
Other items in
feed_rs
::
parser
?
Type Definition
feed_rs
::
parser
::
ParseFeedResult
[
−
]
[src]
pub type ParseFeedResult<T> =
Result
<T,
ParseFeedError
>;