Crate soupy

source ·
Expand description

§Soupy

soupy is a library for parsing and querying like BeautifulSoup.

§Cargo Features

  • html: Support for HTML. Enabled by default.
    • html-lenient: Error-tolerant HTML parser. Slow. Enabled by default.
    • html-strict: Simple, fast HTML parser. Enabled by default.
  • xml: Support for XML. Enabled by default.
  • regex: Support for regex matching in queries. Enabled by default.

§License

soupy is dual-licensed under MIT and Apache-2.0.

Re-exports§

Modules§

  • Filters for use in search queries
  • Parser traits allow you to search different formats.
  • Prelude: convenient import for all the user-facing APIs provided by the crate
  • Core functionality. Builds queries for searching

Structs§

Traits§

  • Basic queryable unit of the data structure
  • A trait used to indicate a type which can be used to match a value