yacopstr

Crates.ioyacopstr
lib.rsyacopstr
version0.0.1
sourcesrc
created_at2021-11-14 20:14:40.329335
updated_at2021-11-14 20:14:40.329335
descriptionYet Another COpy STRing module
homepagehttps://github.com/lpenz/yacopstr
repositoryhttps://github.com/lpenz/yacopstr
max_upload_size
id481836
size12,087
Leandro Lisboa Penz (lpenz)

documentation

README

CI coveralls crates.io doc.rs

yacopstr: Yet Another COPy STRing module

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.

Commit count: 3

cargo fmt