Module parse_mediawiki_sql::utils[][src]

Expand description

Defines memory_map to read decompressed MediaWiki SQL files, and NamespaceMap to display a page title prefixed by its namespace name.

Structs

NamespaceMap

Provides a way to convert a namespace and title from page.sql to the title displayed on the wiki page.

Enums

Error

The error type used by memory_map and NamespaceMap.

Functions

memory_map

Utility function for memory-mapping a SQL file to make it easier to use iterate_sql_insertions.