forked from dashxhq/sanitizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add readme for sanitizer-macros and update cargo.toml * Update cargo.toml * minor parameter fixes for publish * Update docs and links * Update readme to add info about structs and methods * Add custom function macro, docs for it and tests * Update readme with the new sanitizer * Update readme with the new sanitizer * Bump to 0.1.1 * Edit workflows * Add from impls for int types for int sanitizer * Move to heck 3.2 * Release 0.1.2 * Release 0.1.2 for sanitizer macros
- Loading branch information
Showing
10 changed files
with
88 additions
and
97 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,13 +3,13 @@ name = "sanitizer" | |
description = "A collection of methods and macros to sanitize struct fields" | ||
keywords = ["sanitizer", "validate", "trim", "e164", "case"] | ||
categories = ["text-processing", "value-formatting"] | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["weegee <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
|
||
[dependencies] | ||
Inflector = "0.11.4" | ||
heck = "0.3.2" | ||
phonenumber = "0.3.1+8.12.9" | ||
paste = "1.0" | ||
num-traits = "0.2" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sanitizer_macros" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
edition = "2018" | ||
authors = ["weegee <[email protected]>"] | ||
license = "MIT" | ||
|
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
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