rslint_errors 0.2.0

Pretty error reporting library based on codespan-reporting built for the RSLint project
Documentation
[dependencies.colored]
version = "2.0.0"

[dependencies.lsp-types]
optional = true
version = ">=0.79, <0.82"

[dependencies.rslint_rowan]
version = "0.10.0"

[dependencies.rslint_text_edit]
version = "0.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.117"

[dependencies.termcolor]
version = "1"

[dependencies.unicode-width]
version = "0.1.8"

[features]
lsp = ["lsp-types"]

[package]
authors = ["RSLint developers"]
description = "Pretty error reporting library based on codespan-reporting built for the RSLint project"
edition = "2018"
license = "MIT"
name = "rslint_errors"
version = "0.2.0"