sized-vec 0.2.3

Type level sized vectors
Documentation
# Changelog

All notable changes to this project will be documented in this file.

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

## [0.2.2] - 2019-02-11

### Added

- Added docs for `apply`.

## [0.2.1] - 2019-01-05

### Added

- `repeat` and `fill` constructors.
- An `apply` implementation for the category theorists.

### Fixed

- `zip` and `unzip` will now correctly give warnings if you don't use their
  results.

## [0.2.0] - 2018-08-15

### Added
- `try_from` and `try_from_vec` constructors to safely convert from an iterator
  or `std::vec::Vec`.
- `Into::into` implementations for converting to slices and `std::vec::Vec`.
- Serde `Serialize` and `Deserialize` implementations behind the `serde` feature
  flag.
- A `sized_vec` Proptest strategy behind the `proptest` feature flag.

## [0.1.0] - 2018-08-04

- Initial release.