Closed sistemd closed 1 month ago
Some stuff still falls back to serde::Deserialize usually because it's used by v06 which will be removed. Also I use serde::Deserialize for primitive types, this will be very easy to change though.
serde::Deserialize
v06
Some stuff still falls back to
serde::Deserialize
usually because it's used byv06
which will be removed. Also I useserde::Deserialize
for primitive types, this will be very easy to change though.