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
[dependencies.unicode-width]
version = "0.1.11"
[dev-dependencies.indoc]
version = "2.0.5"

[package]
authors = ["Eduardo Sánchez Muñoz <eduardosm-dev@e64.io>"]
description = "A library to render snippets of source code with annotations"
edition = "2021"
keywords = ["annotation", "code", "error", "report"]
license = "MIT OR Apache-2.0"
name = "sourceannot"
publish = true
readme = "README.md"
rust-version = "1.74"
version = "0.1.0"