Crate visdom[][src]

Visdom

Description

A fast library using jquery-like API for operating html document, useful for html scraping or keep away from scraping.

Features

  • Standard css selectors: e.g. #id, .class, p, [attr~=value], :nth-child, :nth-of-type, :not, and also some jquery like selectors such as :contains, :header and so on.
  • Useful selector methods: e.g. find,filter,has, is, not, add, closest.
  • Content modification: set_html, set_text, append_text, prepend_text can also used by text node.
  • Fast enough.

Modules

html
types

Structs

Vis

Vis: Entry struct of the mesdoc’s api.