Don't convert to String, let serde_json be used by library user #20
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: nwesterhausen/dfraw_parser#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Should just simplify this library and not worry about the string conversion in lib.rs (and related). The consumers of the library can simply do serde_json to string method on the data types here and have it work as previously.