severlevel 0.9.1

Write messages at the terminal with severity level
Documentation
  • Coverage
  • 83.33%
    10 out of 12 items documented0 out of 7 items with examples
  • Size
  • Source code size: 22.17 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.72 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tredoe

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