-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from alecmocatta/ondrop
Add on_return_or_unwind
- Loading branch information
Showing
4 changed files
with
103 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "replace_with" | ||
version = "0.1.5" | ||
version = "0.1.6" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Alec Mocatta <[email protected]>"] | ||
categories = ["rust-patterns"] | ||
|
@@ -10,12 +10,12 @@ Temporarily take ownership of a value at a mutable location, and replace it with | |
""" | ||
repository = "https://github.com/alecmocatta/replace_with" | ||
homepage = "https://github.com/alecmocatta/replace_with" | ||
documentation = "https://docs.rs/replace_with/0.1.5" | ||
documentation = "https://docs.rs/replace_with" | ||
readme = "README.md" | ||
edition = "2018" | ||
|
||
[badges] | ||
azure-devops = { project = "alecmocatta/replace_with", pipeline = "tests" } | ||
azure-devops = { project = "alecmocatta/replace_with", pipeline = "tests", build = "11" } | ||
maintenance = { status = "actively-developed" } | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.