Docs.rs
html-to-pulldown-cmark-events-0.1.12
html-to-pulldown-cmark-events 0.1.12
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fundon
Dependencies
atoi ^2.0.0
normal
ego-tree ^0.6.2
normal
pulldown-cmark ^0.9.2
normal
scraper ^0.15.0
normal
anyhow ^1.0.70
dev
Versions
0%
of the crate is documented
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
parser
html_
to_
pulldown_
cmark_
events
0.1.12
html_to_pulldown_cmark_events
Function
parser
Copy item path
Source
pub fn parser(raw: impl
AsRef
<
str
>, events: &mut
Vec
<
Event
<'_>>)