blobby 0.3.1

Iterator over simple binary blob storage
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.3.1 (2021-12-07)
### Added
- `encode_blobs` function ([#280])

[#280]: https://github.com/RustCrypto/utils/pull/280

## 0.3.0 (2020-07-01)
### Changed
- New storage format with de-duplication capability ([#64])

[#64]: https://github.com/RustCrypto/utils/pull/64

## 0.2.0 (2020-06-13)
### Added
- `Blob5Iterator`

### Changed
- Bumped MSRV to 1.34.
- Removed `byteorder` from non-dev dependencies.

## 0.1.2 (2019-01-28)

## 0.1.1 (2018-09-26)

## 0.1.0 (2018-09-26)
- Initial release