Skip to content
#

bytes

Here are 316 public repositories matching this topic...

rpjohnst
rpjohnst commented Jun 21, 2020

Working with mostly-UTF-8 byte strings, the two biggest things my current project is missing are substring matching (which this crate provides) and integer parsing (which std provides only for str).

This is easily worked around by calling str::from_utf8 first, because if the input is not valid UTF-8 then it would never make it through a from_str/parse or from_str_radix anyway.

Bu

enhancement good first issue

Improve this page

Add a description, image, and links to the bytes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bytes topic, visit your repo's landing page and select "manage topics."

Learn more