Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Jul 12, 2024
1 parent a081710 commit 583961a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ This library is intended to be a (better, I hope) alternative to traditional MPS

It is especially well suited for IO writing workflow, see [buffer implementations](#buffer-implementations).

The crate is *no_std* (some buffer implementations may require `std`).
The crate is `no_std`some buffer implementations may require `alloc` crate.

In addition to the low level `Queue` implementation, a higher level `SynchronizedQueue` is provided with both blocking and asynchronous methods.
In addition to the low level `Queue` implementation, a higher level `SynchronizedQueue` is provided with both blocking and asynchronous methods. Synchronization feature requires `std`.


## Example
Expand Down

0 comments on commit 583961a

Please sign in to comment.