Crates.io | with-str-bytes |
lib.rs | with-str-bytes |
version | 1.0.0 |
source | src |
created_at | 2021-01-24 14:12:40.870717 |
updated_at | 2021-01-24 14:12:40.870717 |
description | Safely manipulate the bytes of a UTF-8 string |
homepage | |
repository | https://github.com/Kestrer/with-str-bytes |
max_upload_size | |
id | 346047 |
size | 5,398 |
Safely manipulate the bytes of a UTF-8 string.
This library provides helpers to manipulate the bytes of a UTF-8 string without using unsafe
.
It does not rely on the standard library, and can be used in no_std
environments.
License: MIT OR Apache-2.0