# SeverLevel > A Rust library to write messages at the terminal with severity level. ## Table of Contents - [Installation](#install) - [Usage](#usage) - [Contribute](#contribute) - [License](#license) ## Install Add to your 'Cargo.toml' file: ```toml [dependencies] severlevel = "^0" ``` and to your crate root: ```rust extern crate severlevel; ``` ## Usage Read the [documentation](https://docs.rs/severlevel). ## Contribute The canonical source of this repository is hosted on [GitLab](https://gitlab.com/vulkano/severlevel). Please make your issues there. The pull requests are not accepted without filling an issue, to know wheter the changes seem to me right for the project. ## License © 2016 Jonas Me See the 'AUTHORS.md' file for a full list of authors. The source files are distributed under the terms of the license [Mozilla Public License, version 2.0](https://www.mozilla.org/en-US/MPL/2.0/)