-
Notifications
You must be signed in to change notification settings - Fork 1
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 #3 from baoyachi/hashset
Supports multiple std::collections types
- Loading branch information
Showing
3 changed files
with
220 additions
and
72 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "serde_trim" | |
version = "0.4.0" | ||
authors = ["baoyachi <[email protected]>"] | ||
edition = "2021" | ||
description = "serde deserialize_with String trim" | ||
description = "serde deserialize_with String trim.Supports multiple std::collections types" | ||
keywords = ["serde", "serde_trim", "deserialize_trim", "deserialize_with", "serde_json"] | ||
readme = "README.md" | ||
categories = ["encoding"] | ||
|
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