Skip to content

Commit

Permalink
Merge pull request #7 from worm-blossom/update_fixed_link_in_readme
Browse files Browse the repository at this point in the history
Fix link for `Fixed` in README
  • Loading branch information
mycognosist authored Jun 24, 2024
2 parents dec0a46 + eb8bb73 commit bfcd1c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ support bulk enqueueing and bulk dequeueing via APIs inspired by

## Queue Implementations

So far, there is only a single implementation: [`Fixed`], which is a
heap-allocated ring-buffer of unchanging capacity.
So far, there is only a single implementation:
[`Fixed`](https://docs.rs/ufotofu_queues/0.1.0/ufotofu_queues/struct.Fixed.html),
which is a heap-allocated ring-buffer of unchanging capacity.

Future plans include a queue of static (known at compile-time) capacity that can
be used in allocator-less environments, and an elastic queue that grows and
Expand Down

0 comments on commit bfcd1c0

Please sign in to comment.