Make u16_parse_hex() public#25
Conversation
Silence dead code warning when building lib with --no-default-features.
|
hey thanks for the PR! perhaps rather than exporting it would make sense to feature gate the function with |
|
I have a copy of that function in my command line application because I used yours as an example and needed to parse the pid in the same way. So it makes some kind of sense to me to provide it by the lib. |
|
ahh interesting, and you weren't able to include the filters object directly with a if that doesn't work for you then yeah lets export it, but it'd be great to have a comment there on what it's for / why. |
|
Added a documentation comment for u16_parse_hex(). Flattening the filters object wouldn't work anyway when building with |
Silence dead code warning when building lib with --no-default-features.