toad-array 1.0.0-beta.2

Array trait used by the toad ecosystem to abstract over heap or heapless collections
Documentation
# Changelog

## [0.8.0]https://github.com/toad-lib/toad/compare/toad-array-v0.7.0...toad-array-v0.8.0 (2023-05-11)


### ⚠ BREAKING CHANGES

* reintroduce contiguous requirement on Array ([#345]https://github.com/toad-lib/toad/issues/345)

### Features

* reintroduce contiguous requirement on Array ([#345]https://github.com/toad-lib/toad/issues/345) ([88086fb]https://github.com/toad-lib/toad/commit/88086fbfc30112aa448a8f81e933ee89d9ea2625)

## [0.7.0]https://github.com/toad-lib/toad/compare/toad-array-v0.6.0...toad-array-v0.7.0 (2023-05-09)


### Features

* `Indexed` should provide `Iterator` implementations  ([#343]https://github.com/toad-lib/toad/issues/343) ([a5477da]https://github.com/toad-lib/toad/commit/a5477dac79fa67e2baf102510e3ecfdc0271c27c)

## [0.6.0]https://github.com/toad-lib/toad/compare/toad-array-v0.5.0...toad-array-v0.6.0 (2023-05-09)


### ⚠ BREAKING CHANGES

* add `idx`, `idx_mut` slice operations to `Indexed` ([#341]https://github.com/toad-lib/toad/issues/341)

### Features

* add `idx`, `idx_mut` slice operations to `Indexed` ([#341]https://github.com/toad-lib/toad/issues/341) ([d5e8408]https://github.com/toad-lib/toad/commit/d5e840814dc61c63d26b1bb59f57777e413f2bcf)

## [0.5.0]https://github.com/toad-lib/toad/compare/toad-array-v0.4.0...toad-array-v0.5.0 (2023-03-31)


### ⚠ BREAKING CHANGES

* array should use indirect Ref(Mut) types ([#277]https://github.com/toad-lib/toad/issues/277)

### Features

* array should use indirect Ref(Mut) types ([#277]https://github.com/toad-lib/toad/issues/277) ([654e442]https://github.com/toad-lib/toad/commit/654e44237bece1c6f4267f8819dd77a80c8dce2c)

## [0.4.0]https://github.com/toad-lib/toad/compare/toad-array-v0.3.0...toad-array-v0.4.0 (2023-03-31)


### ⚠ BREAKING CHANGES

* remove deref slice requirement on array, replace with trait ([#275]https://github.com/toad-lib/toad/issues/275)

### Features

* remove deref slice requirement on array, replace with trait ([#275]https://github.com/toad-lib/toad/issues/275) ([1614cfe]https://github.com/toad-lib/toad/commit/1614cfe7a0ce1c12f095e5f1d3ec20347dff653e)

## [0.3.0]https://github.com/toad-lib/toad/compare/toad-array-v0.2.3...toad-array-v0.3.0 (2023-03-20)


### Features

* init toad-string ([23660e0]https://github.com/toad-lib/toad/commit/23660e0ef865615669b64e66f496a4585cbde16a)

## [0.2.3]https://github.com/toad-lib/toad/compare/toad-array-v0.2.2...toad-array-v0.2.3 (2023-03-12)


### Bug Fixes

* update toad-len ([3c27a4d]https://github.com/toad-lib/toad/commit/3c27a4d909f29aecb1ab7fcbf878bd8947b4d527)

## [0.2.2]https://github.com/toad-lib/toad/compare/toad-array-v0.2.1...toad-array-v0.2.2 (2023-03-08)


### Bug Fixes

* **array:** update len ([#244]https://github.com/toad-lib/toad/issues/244) ([0eee50f]https://github.com/toad-lib/toad/commit/0eee50f1fca7bd8c931ebeea5b41194a7fc8b70e)

## [0.2.1]https://github.com/toad-lib/toad/compare/toad-array-v0.2.0...toad-array-v0.2.1 (2023-03-08)


### Bug Fixes

* **array:** use toad-len ([#240]https://github.com/toad-lib/toad/issues/240) ([f0fa5ae]https://github.com/toad-lib/toad/commit/f0fa5ae91c9fd0768ed2f2a0590454edefae4b2d)

## [0.2.0]https://github.com/toad-lib/toad/compare/toad-array-v0.1.0...toad-array-v0.2.0 (2023-03-08)


### Features

* **array:** initial commit ([9dc6a81]https://github.com/toad-lib/toad/commit/9dc6a81fbf33e646f095e1a256cc54a57a0b0fac)
* **kwap:** add support for coap runtime config ([c082f06]https://github.com/toad-lib/toad/commit/c082f0696a288d2a2db9b986c3e3eaf2e7a4e8f4)