1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//! # KpSIS
//!
//! A collection of utilities to enable KpSIS happened and efficient.

pub mod ci {       // Competitive Intelligence
}

pub mod da {       // Data Analytics
}

pub mod eip {      // eip for relevant info
}

pub mod model {    // modeling and simulation
}

pub mod networks { // people to get the job done
}

pub mod vision {   // long range
}

pub mod mission {  // concrete steps
}