cnetworks 0.1.1

A set of tools for creating and manipulating complex networks
Documentation
# cnetworks
This is the source code repository for the library I have developped working on my Engineer's thesis:

> **The impact of the hidden links in a complex network on the efficiency of the information source location**

It comprises a set of tools for creating, manipulating and inspecting the properties of complex networks. Some features
include: the implementation of the Erdos-Renyi and Barabási-Albert models of a complex network as well as the Pinto and
Pearson algorithms for finding the diffusion source.

The library is utilized in `src/bin` to test the above algorithms' efficiency in a scenario
where some links and/or nodes are hidden. Not that those binaries are **not** packaged in the crate.