faaa_queue 0.1.3

A Rust implementation of the FAAArrayQueue
Documentation
# ChangeLog

## [0.1.3] - 2025-06-18
### Added
- More information in the readme.
- Updated changelog.
### Fixed
- Hopefully fixed benchmark image for crates.io.

## [0.1.2] - 2025-06-18
### Added
- More information in the readme.

## [0.1.1] - 2025-06-18
### Added
- Implemeted default trait.
### Removed
- log and env_logger as dependencies.
### Fixed
- Made the `new` function public.