You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds support for async dependent construction, via the async_builder dependent attribute. See the documentation, example, issue #57 or PR #62 for more details.
This release adds support for mutable references to the owner during construction via the MutBorrow type, see #59 and #60 for more details. Thank you @steffahn for the review and @joseluis for the small fixes.
This release contains fixes that avoid name collision with functions and structs named Ok, Err, FnOnce and collisions with the core namespace. Thank you @dcecile for reporting the issue.