-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
This is a list of cases where valuable-serde behaves differently from using serde directly.
-
valuable/valuable-serde/tests/test.rs
Lines 69 to 71 in 7a22d9d
// TODO: // - valuable treats Option<T> as T or unit // - serde treats Option<T> as Some(T) or None
see also Implement valuable-serde #23 (comment) -
valuable/valuable-serde/tests/test.rs
Lines 85 to 87 in 7a22d9d
// TODO: // - valuable treats unit struct as an empty tuple struct // - serde treats unit struct as unit struct
see also Implement valuable-serde #23 (comment) -
valuable/valuable-serde/tests/test.rs
Lines 103 to 105 in 7a22d9d
// TODO: // - valuable treats unit variant as an empty tuple variant // - serde treats unit variant as unit variant
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels