-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add path-based field metadata serialisation support (#544)
* Add provisional metadata ser in named field pos * Use hierarchy to fix collision; fix multiline indent bug * Add CHANGELOG.md entry * Touch up on API, add some docs, fix inline call to indent * Change let .. else to iterator * Add build_fields as ergonomic shortcut * Remove expect, use collect, add must_use * Add test file with named field struct hierarchy test * Touch up on API, add doctests * Add meta with newline to test file * Apply clippy lints * Remove is_some_and, wrap meta, add tuple to test * Make indent take mutable reference, make method a wrapper --------- Co-authored-by: Juniper Tyree <[email protected]>
- Loading branch information
1 parent
761bfc6
commit ea6b406
Showing
4 changed files
with
539 additions
and
6 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
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
Oops, something went wrong.