Crate tools_interface

Source
Expand description

§Tools Interface

This rust crate implements structs to easily interface with several Wikipedia/Wikidata/Wikimedia tools and APIs.

§Supported tools

If you would like to see other tools supported, add a request to the Issue tracker.

Re-exports§

pub use a_list_building_tool::AListBuildingTool;
pub use completer::Completer;
pub use completer::CompleterFilter;
pub use duplicity::Duplicity;
pub use error::ToolsError;
pub use missing_topics::MissingTopics;
pub use pagepile::PagePile;
pub use quarry::Quarry;
pub use quickstatements::QuickStatements;
pub use site::Site;
pub use sparql_rc::EntityEdit;
pub use sparql_rc::EntityEditor;
pub use sparql_rc::SparqlRC;
pub use tool::Tool;
pub use tools_interface::ToolsInterface;
pub use pageviews::*;
pub use persondata_template::*;
pub use petscan::*;

Modules§

a_list_building_tool
completer
Completer
duplicity
Duplicity
error
Error module
missing_topics
Missing Topics
pagepile
PagePile
pageviews
Pageviews
persondata_template
Persondata Vorlagen
petscan
PetScan
quarry
Quarry
quickstatements
QuickStatements
site
Site
sparql_rc
SparqlRC
tool
tools_interface
ToolsInterface