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

Replace some Option<u8> to Option<NonZeroU8> #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a1ien
Copy link
Owner

@a1ien a1ien commented Jul 27, 2021

Do you think this looks better? @raphaelcohn

Close #88

manufacturer_string_index
serial_number_string_index
product_string_index
description_string_index

ref #88
@raphaelcohn
Copy link

Yes, I think so. It models the underlying concepts better.

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.

Methods like description_string_index() should return Option<NonZeroU8>
2 participants