sourceannot 0.2.1

A library to render snippets of source code with annotations
Documentation
# sourceannot

[![GitHub Actions Status](https://github.com/eduardosm/rust-sourceannot/workflows/CI/badge.svg)](https://github.com/eduardosm/rust-sourceannot/actions)
[![crates.io](https://img.shields.io/crates/v/sourceannot.svg)](https://crates.io/crates/sourceannot)
[![Documentation](https://docs.rs/sourceannot/badge.svg)](https://docs.rs/sourceannot)
![MSRV](https://img.shields.io/badge/rustc-1.74+-lightgray.svg)
[![License](https://img.shields.io/crates/l/sourceannot.svg)](https://github.com/eduardosm/rust-sourceannot#license)

A library to render snippets of source code with annotations.

## License

Licensed under either of

* Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or
  <https://www.apache.org/licenses/LICENSE-2.0>)
* MIT license ([LICENSE-MIT]LICENSE-MIT or
  <https://opensource.org/licenses/MIT>)

at your option.