-
Notifications
You must be signed in to change notification settings - Fork 10
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 #30 from alecmocatta/sc
Add convenience traits for serde_closure::traits::*
- Loading branch information
Showing
6 changed files
with
194 additions
and
20 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 = "serde_traitobject" | ||
version = "0.2.6" | ||
version = "0.2.7" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Alec Mocatta <[email protected]>"] | ||
categories = ["development-tools","encoding","rust-patterns","network-programming"] | ||
|
@@ -12,7 +12,7 @@ This library enables the serialization and deserialization of trait objects such | |
""" | ||
repository = "https://github.com/alecmocatta/serde_traitobject" | ||
homepage = "https://github.com/alecmocatta/serde_traitobject" | ||
documentation = "https://docs.rs/serde_traitobject/0.2.6" | ||
documentation = "https://docs.rs/serde_traitobject" | ||
readme = "README.md" | ||
edition = "2018" | ||
|
||
|
@@ -25,12 +25,13 @@ serde = "1.0" | |
erased-serde = "0.3" | ||
metatype = "0.2" | ||
relative = "0.2" | ||
serde_closure = { version = "0.3", optional = true } | ||
|
||
[dev-dependencies] | ||
bincode = "1.0" | ||
serde_closure = "0.3" | ||
serde_derive = "1.0" | ||
serde_json = "1.0" | ||
bincode = "1.0" | ||
serde_closure = "0.2.2" | ||
wasm-bindgen-test = "0.3" | ||
|
||
[[test]] | ||
|
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
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
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