| Crates.io | yacopstr |
| lib.rs | yacopstr |
| version | 0.0.1 |
| created_at | 2021-11-14 20:14:40.329335+00 |
| updated_at | 2021-11-14 20:14:40.329335+00 |
| description | Yet Another COpy STRing module |
| homepage | https://github.com/lpenz/yacopstr |
| repository | https://github.com/lpenz/yacopstr |
| max_upload_size | |
| id | 481836 |
| size | 12,087 |
yacopstr's Str wraps a fixed-size array of u8 and provides a
string-like interface on top. The size is specified using a const
generic argument.
The internal u8 array corresponds to UTF-8 encoded chars. All
functions guarantee that the contents are valid UTF-8 and return
an error if they are not.