Crate serde_str_helpers

Source
Expand description

This crate contains helpers for using serde with strings.

Currently there is only a helper for deserializing stringly values more efficiently by avoiding allocation (and copying) in certain cases.

This crate is no_std, but does require alloc.

Structsยง

  • This is a helper for deserializing using TryFrom more efficiently.