Docs.rs
html2text-0.16.0
html2text 0.16.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jugglerchris
Dependencies
backtrace ^0.3
normal
optional
html5ever ^0.35.0
normal
log ^0.4.20
normal
optional
nom ^8.0.0
normal
optional
tendril ^0.4
normal
thiserror ^2.0.0
normal
unicode-width ^0.2
normal
argparse ^0.2.2
dev
env_logger ^0.11.6
dev
log ^0.4.20
dev
syntect ^5.2.0
dev
termion ^4.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Handle
html2text
0.16.0
Handle
Aliased Type
In crate html2text
html2text
Type Alias
Handle
Copy item path
Source
pub type Handle =
Rc
<Node>;
Expand description
Reference to a DOM node.
Aliased Type
ยง
pub struct Handle {
/* private fields */
}