codesnake 0.2.1

Pretty printer for non-overlapping code spans
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "codesnake"
description = "Pretty printer for non-overlapping code spans"
version = "0.2.1"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
repository = "https://github.com/01mf02/codesnake"
edition = "2021"
rust-version = "1.62"
license = "MIT"
keywords = ["error", "diagnostics", "report", "compiler", "programming-language"]
categories = ["command-line-utilities", "compilers", "value-formatting"]

[dev-dependencies]
unicode-width = "0.1.13"
yansi = "1.0.1"