userror

Crates.iouserror
lib.rsuserror
version0.1.0
sourcesrc
created_at2015-12-14 10:21:05.982906
updated_at2015-12-16 00:01:49.263868
descriptionUser-facing error messages for command-line programs.
homepagehttps://github.com/Sean1708/userror
repositoryhttps://github.com/Sean1708/userrror.git
max_upload_size
id3630
size4,760
Sean Marshallsay (Sean1708)

documentation

README

userror

Some basic functions and macros for printing user-facing errors in command-line programs.

Installation

Simply mark userror as a dependency in your Cargo.toml

[dependencies]
userror = "0.1.0"

By default userror prints coloured messages with ansi_term, if you do not want this use default-features = false

[dependencies]
userror = { version = "0.1.0", default-features = false }
Commit count: 0

cargo fmt