severlevel

Crates.ioseverlevel
lib.rsseverlevel
version0.9.1
sourcesrc
created_at2017-01-03 11:35:12.083429
updated_at2017-01-31 10:41:48.0809
descriptionWrite messages at the terminal with severity level
homepage
repositoryhttps://gitlab.com/vulkano/severlevel
max_upload_size
id7901
size21,069
Jonas mg (tredoe)

documentation

https://docs.rs/severlevel

README

SeverLevel

A Rust library to write messages at the terminal with severity level.

Table of Contents

Install

Add to your 'Cargo.toml' file:

[dependencies]
severlevel = "^0"

and to your crate root:

extern crate severlevel;

Usage

Read the documentation.

Contribute

The canonical source of this repository is hosted on GitLab. 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

Commit count: 0

cargo fmt