Release 0.1.1
Added
and_then
andBagageHandler
these allow manipulation of bags in containers such asDiplomaticBag<Vec<T>> -> Vec<DiplomaticBag<T>>
conversions.transpose
forDiplomaticBag<Result<T, E>>
andDiplomaticBag<Option<T>>
producingResult<DiplomaticBag<T>, DiplomaticBag<E>>
andOption<DiplomaticBag<T>>
respectively.