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

More docs for ZeroMap and add Vec<u8> as supported type #1057

Merged
merged 2 commits into from
Sep 22, 2021

Conversation

sffc
Copy link
Member

@sffc sffc commented Sep 16, 2021

Copy link
Member

@Manishearth Manishearth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me either way

@@ -89,3 +89,20 @@ impl<'a> ZeroMapKV<'a> for String {
f(g)
}
}

impl<'a> ZeroMapKV<'a> for Vec<u8> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thought: this can be on Vec<T: ULE>, yes?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(also ZeroVec<'static, T: AsULE>)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since ZV is in flux, I'm going to merge this, with an action item to track this comment: #676 (comment)

@sffc sffc merged commit fea0eb7 into unicode-org:main Sep 22, 2021
@sffc sffc deleted the zv-buf branch September 22, 2021 05:05
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