Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
vkill committed Apr 5, 2022
1 parent 31eb14f commit 0bc9fc7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ cargo build-all-features
cargo test-all-features -- --nocapture
cargo test -p serde-field-default --features alloc,chrono,chrono-tz -- --nocapture
cargo test -p serde-attributes --features _integration_tests --test integration_tests -- --nocapture
```
10 changes: 10 additions & 0 deletions serde-enum-str/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# serde-enum-str

* [Cargo package](https://crates.io/crates/serde-enum-str)

## Solves

https://stackoverflow.com/questions/57469527

## Dev

```
cargo expand --verbose --test test
```

0 comments on commit 0bc9fc7

Please sign in to comment.