Open
Description
- Rework re-exports in lib.rs Implement DequeView on top of #486 #490 (comment)
- Rename
Deque::storage_len
tolen
: Implement DequeView on top of #486 #490 (comment) - Remove the
Storage
generic onhistory_buf::OldestOrdered
. The view version can become the version that is always used: Remove generic from history_buf::OldestOrdered #570 -
Queue::capacity
andQueue::storage_capacity
should be changed -
spsc
: The iterators, consumers and producers should be made to only have theView
variants: De-monomorphize spsc consumer and producer #571 -
SortedLinkLinst
:Iter
andFindMut
should be made to only exist in theView
version:SortedLinkedList
: Keep only the view versions ofIter
andFindMut
#540 -
Vec
: renamestorage_capacity
tocapacity
and remove theconst
versionVec
: renamestorage_capacity
tocapacity
and remove theconst
version #538 -
SortedLinkedList
removing unit error type: SortedLinkedList::pop: change return type to match std::vec::pop #532 -
Vec
andString
removing unit error type: Remove allow(clippy::result_unit_err) #533
Metadata
Metadata
Assignees
Labels
No labels