cordyceps v0.3.0
Breaking Changes
- Remove deprecated
Cursor
type alias (#239) (b4fcb16)
This removes theCursor
type fromcordyceps::list
. - Remove deprecated
List::cursor
method (#239) (2e35a4b)
This removes theList::cursor
method fromcordyceps::List
. - Pin
CursorMut
iteratorItem
s (#240) (5ee31ce)
This changes the type signature of theIterator
impl for
Added
- breaking Remove deprecated
Cursor
type alias (#239) (b4fcb16) - breaking Remove deprecated
List::cursor
method (#239) (2e35a4b) - Add immutable
list::Cursor
type (#241) (5af5d48) - Add
CursorMut::as_cursor
(#244) (2a7ce9c)