net-queue 0.3.0

A framework to abstract network queues
Documentation
# Changelog

## [0.3.0]https://github.com/SonicFrog/net-queue/compare/v0.2.2...v0.3.0 (2022-10-20)


### Features

* allow queues to be closed ([7799101]https://github.com/SonicFrog/net-queue/commit/779910125a451f18ec39ccb3dfe7f2157fa6d857)

## [0.2.2]https://github.com/SonicFrog/net-queue/compare/v0.2.1...v0.2.2 (2022-10-19)


### Bug Fixes

* chain error types from types ([87ab87e]https://github.com/SonicFrog/net-queue/commit/87ab87e0b2addf5ac714f4d6fe12d49e42ad8ebe)
* require that errors types are `Send` + `Sync` ([bbca3e8]https://github.com/SonicFrog/net-queue/commit/bbca3e86c89863cc313e8dccb3b243808d56f301)

## [0.2.1]https://github.com/SonicFrog/net-queue/compare/v0.2.0...v0.2.1 (2022-10-19)


### Bug Fixes

* make queue creator `Clone` and `Default` ([4c8a9f7]https://github.com/SonicFrog/net-queue/commit/4c8a9f7cbd58b2c7cd4eb6448ce7ec7645c9551b)

## [0.2.0]https://github.com/SonicFrog/net-queue/compare/v0.1.0...v0.2.0 (2022-10-14)


### ⚠ BREAKING CHANGES

* allow using `Stream` to get items from queue

### Features

* allow using `Stream` to get items from queue ([a781698]https://github.com/SonicFrog/net-queue/commit/a7816983f362f40f86fc320ffa787abf53eeb52c)


### Miscellaneous Chores

* **main:** release 0.2.0 ([70e68f9]https://github.com/SonicFrog/net-queue/commit/70e68f9aaeff0f53df88ad284ab05f94c8b35c00)
* update package license ([68e0fc1]https://github.com/SonicFrog/net-queue/commit/68e0fc16729dd3abb5e2ed5b059f1bd15ed6fea3)

## [0.1.0]https://github.com/SonicFrog/net-queue/compare/v0.1.0...v0.1.0 (2022-10-13)


### Miscellaneous Chores

* update package license ([68e0fc1]https://github.com/SonicFrog/net-queue/commit/68e0fc16729dd3abb5e2ed5b059f1bd15ed6fea3)

## 0.1.0 (2022-10-13)


### Miscellaneous Chores

* release 0.1.0 ([feb6efe]https://github.com/SonicFrog/net-queue/commit/feb6efe61df132ed54a44ff4cd111f82315349ab)