faaa_queue 1.0.0

A really fast unbounded lock-free concurrent queue.
Documentation
# ChangeLog

## [1.0.0] - 2025-06-22
### Changed
- User no longer provides the hazard pointer.

## [0.1.4] - 2025-06-19
### Fixed
- Changed to raw link for image.

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