Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Dec 18, 2023
1 parent 416aa85 commit b927f4b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_trim"
version = "1.0.0"
version = "1.1.0"
authors = ["baoyachi <[email protected]>"]
edition = "2021"
description = "serde deserialize_with String trim.Supports multiple std::collections types"
Expand Down
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,25 @@
* `BinaryHeap<String>`

Supports multiple [std::collections](https://doc.rust-lang.org/stable/std/collections/) types


The current also supports **non-empty** trim

## support function collection:
* binaryheap_non_empty_string_trim
* binaryheap_string_trim
* btreeset_non_empty_string_trim
* btreeset_string_trim
* hashset_non_empty_string_trim
* hashset_string_trim
* inkedlist_non_empty_string_trim
* linkedlist_string_trim
* option_string_trim
* string_trim
* vec_non_empty_string_trim
* vec_string_trim
* vecdeque_non_empty_string_trim
* vecdeque_string_trim


## how to use
```rust
Expand Down

0 comments on commit b927f4b

Please sign in to comment.