vcombey / fallible_collections

impl fallible collections in rust, quite as describe in RFC 2116
Apache License 2.0
31 stars 14 forks source link

Implement `Deref` for `TryBox` #20

Closed baumanj closed 3 years ago

kornelski commented 3 years ago

DerefMut too?

baumanj commented 3 years ago

Yeah, I'd be in favor of that. I just didn't have a particular use case for it yet, and have been submitting PRs here in a pretty organic fashion according to what mp4parse-rust and such have needed.