kstring 1.0.2

Key String: optimized for map keys
Documentation
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- next-header -->
## [Unreleased] - ReleaseDate

## [1.0.2] - 2021-07-06

#### Features

- `serde` support is now optional (still on by default)

#### Performance

- Sped up `KString::from_string` / `KStringCow::from_string`

## [1.0.1] - 2021-01-29


## [1.0.0] - 2020-07-07

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/assert-rs/predicates-rs/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/assert-rs/predicates-rs/compare/v1.0.0...v1.0.1