Docs.rs
hacker-news-0.1.1
hacker-news 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
cljacoby
Dependencies
clap ^2.33.0
normal
env_logger ^0.7.1
normal
grid-printer ^0.1.1
normal
lazy_static ^1.4.0
normal
log ^0.4.11
normal
regex ^1.4.2
normal
reqwest ^0.10.7
normal
scraper ^0.12.0
normal
selectors ^0.22.0
normal
serde ^1.0.105
normal
serde_json ^1.0.49
normal
serde_with ^1.5.1
normal
Versions
35.33%
of the crate is documented
Go to latest version
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
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
☰
Trait HtmlParse
Associated Types
Item
Required Methods
parse
Implementors
Other items in
hacker_news
::
parser
?
Trait
hacker_news
::
parser
::
HtmlParse
[
−
]
[src]
pub trait HtmlParse { type
Item
; fn
parse
(html: &
Html
) ->
Result
<Self::
Item
,
Box
<dyn
Error
>>; }
Associated Types
[src]
type
Item
Required methods
[src]
fn
parse
(html: &
Html
) ->
Result
<Self::
Item
,
Box
<dyn
Error
>>
Implementors
[src]
impl
HtmlParse
for
CommentsParser
[src]
impl
HtmlParse
for
ListingsParser