-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
If I have a Value, how can I convert this to a type which implements serde::Deserialize?
Libraries like serde_json have to_value and from_value functions for this, but I don't see a way to do this currently with cbor4ii.
How should I do this? Am I required to serialize the value to a Vec<u8> and deserialize again?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers