Docs.rs
fast_html2md-0.0.27
fast_html2md 0.0.27
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
j-mendez
Dependencies
auto_encoder ^0
normal
html5ever ^0.27
normal
lazy_static ^1
normal
lol_html ^2
normal
markup5ever_rcdom ^0.3.0
normal
percent-encoding ^2
normal
regex ^1
normal
url ^2
normal
indoc ^1.0.3
dev
pretty_assertions ^0.7.2
dev
spectral ^0.6.0
dev
Versions
42.19%
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
html2md
0.0.27
Handle
Aliased type
In crate html2md
html2md
Type Alias
Handle
Copy item path
Source
pub type Handle =
Rc
<
Node
>;
Expand description
Reference to a DOM node.
Aliased Type
ยง
struct Handle {
/* private fields */
}