sapiens_tools 0.2.2

The tools - a simple bot to conquer the world
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Tools for sapiens

/// Hue tools
#[cfg(feature = "hue")]
pub mod hue;

/// Tool to conclude a chain
pub mod conclude;

/// Tool to run some (limited) python
pub mod python;

/// Tool to test stuffs
pub mod dummy;

/// Tools related to mediawiki: Wikipedia, Wikidata, etc.
#[cfg(feature = "wiki")]
pub mod wiki;