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

feat: implement Encode, Decode, Type for Arc<str> and Arc<[u8]> (and Rc equivalents) #3675

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

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 2 times, most recently from bdc37b1 to c80d558 Compare March 12, 2025 15:52
@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
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>
1 participant