//! docrawl library API: programmatic crawling for documentation sites.
//!
//! Basic usage:
//! - Build a `CrawlConfig` and `Config`
//! - Call `crawl(cfg).await`
//!
//! This crate also ships a CLI (bin: `docrawl`) which wraps the library.
pub use crateConfig;
pub use crate;
pub use crate;