Registry / web-framework / visdom

visdom

JSON →
library1.0.4rscratesunverified

A HTML document syntax and operation library with jQuery-like API for web scraping and HTML manipulation.

# Cargo.toml [dependencies] visdom = "1.0.4"
INSTALL
IMPORT
SIG · VISDOM
V
visdom
web-frameworkrustv1.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Visdom
use visdom::Visdom;

Parses HTML and extracts text using a CSS selector.

use visdom::Visdom; fn main() { let html = r#"<div class="content">Hello</div>"#; let doc = Visdom::parse(html); let text = doc.find(".content").text(); println!("{}", text); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
visdom — cargo add visdom · libregistry