Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add implementation for converting ShortString to String
When integrating with other libraries it can be useful to get away from protocol specific types especially for common types such as `String`. Add an implementation for `From<ShortString> for String` to unwrap a `ShortString` and get the original String back.
- Loading branch information