When using alloc on embedded String can be used through alloc::string::String. This PR adds support for alloc to serde_at and when the feature is enabled it enables parsing deserialize_string by using directly deserialize_str with does seam to work perfectly fine in my tests.
When using
alloc
on embedded String can be used throughalloc::string::String
. This PR adds support for alloc to serde_at and when the feature is enabled it enables parsing deserialize_string by using directly deserialize_str with does seam to work perfectly fine in my tests.