stumpless 0.1.2

Sends log information to a variety of destinations, local and remote.
Documentation
1
2
3
4
5
6
## Build Environment
Almost all of the build environment for the stumpless logger is provided by the
Rust and Cargo toolchains. However, as a result of the dependency on the
`stumpless-sys` crate, which builds the C library, you will also need:
 * `cmake` for build targets and orchestration
 * a toolchain that can be used by cmake (gcc, for example)