Skip to content

Commit

Permalink
tuple struct support
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg committed Mar 23, 2024
1 parent 11f4aa2 commit 5b53ead
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 116 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- `from_attribute` and `from_attribue_partial` to `FromAttr`.
- Support for tuple structs.

### Fixed
- `FromAttr` did not support `#[flag]` or `#[name = value]` attribute styles at the root.
Expand Down
Loading

0 comments on commit 5b53ead

Please sign in to comment.