sourceannot 0.1.0

A library to render snippets of source code with annotations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sourceannot"
version = "0.1.0"
authors = ["Eduardo Sánchez Muñoz <eduardosm-dev@e64.io>"]
edition = "2021"
rust-version = "1.74"
description = "A library to render snippets of source code with annotations"
license = "MIT OR Apache-2.0"
keywords = ["annotation", "code", "error", "report"]
publish = true

[dependencies]
unicode-width = "0.1.11"

[dev-dependencies]
indoc = "2.0.5"