toad-array 0.5.0

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

## [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)