loggit 0.1.2

Loggit is a lightweight, easy-to-use logging library for Rust.
Documentation
# Release notes 

## Version 0.1.2
- Fixed an error with std::fs::exists

## Version 0.1.1
In this version of the library the file feature has been developed, thus this version contains the next features:
- adding files where to save logs to
- specifying filenames format
- add rotations
- add compression

## Version 0.1.0
That's the first version of the **loggit** library that implements the next features:
- working logging out of the box without any setup
- colorizing log output
- change the format of log
- let's you change the log level
- let's you print date, time, file and line