Annotate Snippets Rs Versions Save

Library for snippet annotations

0.9.2

7 months ago
  • Remove parsing of __ in title strings, fixes (#53)
  • Origin line number is not correct when using a slice with fold: true (#52)

0.9.1

2 years ago
  • Fix character split when strip code. (#37)
  • Fix off by one error in multiline highlighting. (#42)
  • Fix display of annotation for double width characters. (#46)

0.9.0

3 years ago
  • Add strip code to the left and right of long lines. (#36)

0.8.0

4 years ago
  • Replace ansi_term with yansi-term for improved performance. (#30)
  • Turn Snippet and Slice to work on borrowed slices, rather than Strings. (#32)
  • Fix \r\n end of lines. (#29)

0.7.0

4 years ago
  • Refactor API to use fmt::Display (#27)
  • Fix SourceAnnotation range (#27)
  • Fix column numbers (#22)
  • Derive PartialEq for AnnotationType (#19)
  • Update ansi_term to 0.12.

0.6.1

4 years ago
  • Fix too many anonymized line numbers (#5)

0.6.0

4 years ago
  • Add an option to anonymize line numbers (#3)
  • Transition the crate to rust-lang org.
  • Update the syntax to Rust 2018 idioms. (#4)

0.5.0

5 years ago

This release is a maintenance release updating code to Rust 2018 and bumping the version to better reflect the maturity of the crate.

0.1.0

6 years ago

Initial release of the crate.