Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implementation for converting ShortString to String #36

Merged
merged 1 commit into from
Jul 20, 2024
Merged

Add implementation for converting ShortString to String #36

merged 1 commit into from
Jul 20, 2024

Conversation

tpoliaw
Copy link
Contributor

@tpoliaw tpoliaw commented Jul 18, 2024

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.

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.
@Keruspe Keruspe merged commit 6f5a9f7 into amqp-rs:main Jul 20, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants