kreuzcrawl 0.2.0

High-performance web crawling engine
Documentation
1
2
3
4
5
6
7
8
//! Page interaction module for action-based browser automation.
#![allow(dead_code)]
//!
//! Provides action type definitions and validation. Action execution
//! is handled by the browser module when the `browser` feature is enabled.

mod actions;
mod validation;