strobe 0.2.0

Fast, low-memory, elementwise array expressions on the stack. Compatible with no-std (and no-alloc) environments.
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).

## [Unreleased]

## [0.1.3]https://github.com/jlogan03/strobe/compare/v0.1.2...v0.1.3 - 2023-09-23

### Other
- Use criterion for benchmarks ([#6]https://github.com/jlogan03/strobe/pull/6)

## [0.1.2]https://github.com/jlogan03/strobe/compare/v0.1.1...v0.1.2 - 2023-09-20

### Other
- Add iterator input ([#4]https://github.com/jlogan03/strobe/pull/4)

## [0.1.1]https://github.com/jlogan03/strobe/compare/v0.1.0...v0.1.1 - 2023-09-17

### Other
- Merge pull request [#3]https://github.com/jlogan03/strobe/pull/3 from jlogan03/jlogan/readme
- Populate readme with lib root docs and add readme field to Cargo.toml

## [0.1.0]https://github.com/jlogan03/strobe/releases/tag/v0.1.0 - 2023-09-17

### Other
- canonicalize license expression
- add description
- Squash early development.