Crate visdom[][src]

Visdom

Description

A html scraping library using API similar to jQuery, aim to be easy to use and fast.

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.
  • Powerful api: e.g. find,filter,has, is, not, add, closest, map and so on.
  • Content mutations: set_html, set_text can also used by text node, also have methods such as append_text, prepend_text.
  • Well tested: welcome submit issues to us if you meet any question.

Modules

html
types

Structs

Vis

Vis: Entry struct of the mesdoc’s api.