Docs.rs
html5ever-stream-0.1.0
Platform
i686-apple-darwin
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
html5ever-stream 0.1.0
Easily stream data into an html5ever parser
Crate
Source
Builds
Feature flags
Documentation
Hide files
src
tests
.gitignore
.travis.yml
build.rs
Cargo.toml
Cargo.toml.orig
LICENSE
README.md
1
2
3
4
extern
crate
skeptic
;
fn
main
(
)
{
skeptic
::
generate_doc_tests
(
&
[
"
README.md
"
]
)
;
}