Crate pibtool_stock_data

Crate pibtool_stock_data 

Source
Expand description

A crate defining the data types that can be stored and used by pibtool.

Structs§

CitiesAppDataSource
The CitiesApp data source.
CityLeondingDataSource
The CityLinz data source.
CityLinzDataSource
The CityLinz data source.
CityViennaDataSource
The data source provided by the city of Vienna.
CityWelsDataSource
The data source provided by the city of Wels.
DistrictViennaDataSource
The data source provided by the districts of Vienna.
DocumentIndex
An index of documents that were downloaded from a data source.
DocumentMetadata
The metadata information for a downloaded document.
FragDenStaatDataSource
The Frag den Staat page data source.
GemdatFoldersDataSource
The GemDat folders data source.
Gkz
The GKZ a.k.a. Gemeindekennzahl.
GszAccordionCardsDataSource
The GSZ website accordion cards data source.
Identifiers
A set of known identifiers for an administrative unit.
LegalFrameworkDataSource
A data source linking to the legal framework of an administrative unit.
MunicipalityBreitenfurtDataSource
The data source provided by the municipality of Breitenfurt.
OfficialWebsiteDataSource
A data source linking to the official website of an administrative unit.
PibInfo
The information of an administrative unit stored in a file to be read by pibtool.
SessionNetDataSource
The SessionNet data source.
SessionNetDocumentsConfiguration
Description for matching documents found in a SessionNet data source.
UnknownPageFormatDataSource
The data source to be used as a placeholder for pages of which the format is not yet supported.
WikidataItemId
The identifier of a wikidata item.
WikipediaPageDataSource
The Wikipedia page data source.

Enums§

AdministrativeUnitKind
The kinds of administrative units, roughly translating to levels.
DataSource
An enumeration type representing one of the available data source descriptions.
DocumentKind
The kinds of documents that can be downloaded from available data sources.

Traits§

DataSourceInfo
A trait for providing information about a data source.