1 2 3 4 5 6
//! The auxiliary command-line tools shipped alongside `wikiextractor`: //! `extractPage` (pull a single page's raw XML from a dump) and //! `cirrus-extract` (extract from CirrusSearch JSON dumps). pub mod cirrus; pub mod extract_page;