[][src]Crate serde_str_helpers

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

DeserBorrowStr

This is a helper for deserializing using TryFrom more efficiently.