-
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 #25 from alecmocatta/conversion-methods
Conversion methods
- Loading branch information
Showing
7 changed files
with
62 additions
and
22 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[*] | ||
tab_width = 4 | ||
|
||
[.*] | ||
tab_width = 4 |
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.3" | ||
version = "0.2.4" | ||
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.3" | ||
documentation = "https://docs.rs/serde_traitobject/0.2.4" | ||
readme = "README.md" | ||
edition = "2018" | ||
|
||
|
@@ -31,6 +31,7 @@ serde_derive = "1.0" | |
serde_json = "1.0" | ||
bincode = "1.0" | ||
serde_closure = "0.2.2" | ||
wasm-bindgen-test = "0.3" | ||
|
||
[[test]] | ||
name = "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