Don't convert to String, let serde_json be used by library user #20

Closed
opened 2023-02-08 13:55:42 +00:00 by nwesterhausen · 0 comments
nwesterhausen commented 2023-02-08 13:55:42 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: nwesterhausen/dfraw_parser#20
No description provided.