docs.rs failed to build pagegraph-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
pagegraph-0.1.3
pagegraph
This crate provides utilities for analyzing PageGraph outputs.
Workspace organization
pagegraph provides a core library for interacting directly with pagegraph files and building custom extraction tools.
pagegraph-cli provides a more convenient, no-code wrapper around common operations, supplying outputs in easily-parseable formats.
Example
The following example reads from a PageGraph file and produces all deleted
div elements from the corresponding webpage.
use read_from_file;
use ;