Skip to content

Conversation

@joeydewaal
Copy link
Contributor

@joeydewaal joeydewaal commented Jan 9, 2025

fixes #1904

Implements Encode, Decode for Arc<str>, Arc<[u8]>, Rc<str> and Rc<[u8]>.

Edit: this depends on #3674 now because of the blanket impl's for Type.

@joeydewaal joeydewaal force-pushed the slice-str branch 3 times, most recently from 68c427c to b5c5d68 Compare January 12, 2025 17:58
@joeydewaal joeydewaal force-pushed the slice-str branch 4 times, most recently from ad5891b to 5198e36 Compare March 5, 2025 08:45
@abonander abonander changed the title feat: implement Encode, Decode, Type for Arc<str> and Arc<[u8]> feat: implement Encode, Decode, Type for Arc<str> and Arc<[u8]> (and Rc equivalents) Mar 8, 2025
@joeydewaal joeydewaal changed the title feat: implement Encode, Decode, Type for Arc<str> and Arc<[u8]> (and Rc equivalents) Implement Encode, Decode, Type for Arc<str>, Arc<[u8]>, Rc<str> and Rc<[u8]> Mar 12, 2025
@joeydewaal joeydewaal force-pushed the slice-str branch 3 times, most recently from c80d558 to e66428e Compare March 19, 2025 12:57
@joeydewaal joeydewaal changed the title Implement Encode, Decode, Type for Arc<str>, Arc<[u8]>, Rc<str> and Rc<[u8]> feat: implement Encode, Decode, Type for Arc<str> and Arc<[u8]> (and Rc equivalents) Mar 21, 2025
@joeydewaal joeydewaal marked this pull request as draft April 5, 2025 22:01
@joeydewaal joeydewaal marked this pull request as ready for review July 1, 2025 20:31
@abonander abonander merged commit 60f67db into launchbadge:main Jul 5, 2025
84 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.

impl Encode / Decode / Type for Arc<str>

2 participants