similar-asserts 1.6.0

provides assert_eq! like macros with colorized diff output
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

All notable changes to `similar-asserts` are documented here.

## 1.6.0

- Loosen static lifetime bounds for labels. #9

## 1.5.0

- Added automatic truncation of assertions.  This behavior can be overridden with the
  new `SIMILAR_ASSERTS_MAX_STRING_LENGTH` environment variable.  It defaults to `200`
  characters.