hex-buffer-serde 0.2.2

Helper for serializing byte buffers as hex strings in `serde`
Documentation
# Changelog

All notable changes to this project will be documented in this file.
The project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## 0.2.2 - 2020-12-05

### Internal improvements

- Use 2018 edition idioms and improve code style in general.

## 0.2.1 - 2020-03-15

### Added

- Mark the crate as not needing the standard library.

## 0.2.0 - 2019-04-15

### Changed

- Use 2018 Rust edition.
- Use `TryFrom` trait, which was stabilized in Rust v1.34.

## 0.1.1 - 2018-11-30

### Fixed

- Fix bug with deserializing fields in flattened structs.

## 0.1.0 - 2018-11-27

The initial release of `hex-buffer-serde`.