Closed gshuflin closed 1 year ago
Ah I saw your other PR first and was confused. Alright I'll look over this one first!
Ah I saw your other PR first and was confused. Alright I'll look over this one first!
Thanks for taking a look! It looks like the CI pipeline is failing with a spurious network error at the moment.
There are some funky issues with serde
at the moment. Let's run it again.
I just published 0.1.2
. Thanks for this!
This PR implements
FromNonEmptyIterator
forResult<T,E>
, so that non-empty iterators ofResult
types can use the.collect::<Result<NEVec<_>, Error>>()
idiom to create a singleResult
containing a nonempty collection in itsOk
branch.