vcombey / fallible_collections

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

Avoid future conflict with libstd's try_ methods #16

Closed kornelski closed 3 years ago

kornelski commented 3 years ago

libstd is adding try_new. This changes syntax to explicit use of FallibleBox in order to avoid causing problems for libstd like premature custom try_from crates did.