string-reader

Crates.iostring-reader
lib.rsstring-reader
version0.1.1
sourcesrc
created_at2024-02-19 15:01:29.222029
updated_at2024-02-24 12:54:04.34437
descriptionReaders for &str and String instead of [u8].
homepagehttps://github.com/FyraLabs/string-reader
repositoryhttps://github.com/FyraLabs/string-reader
max_upload_size
id1145369
size13,935
madomado (madonuko)

documentation

README

string-reader

string-reader is a crate that provides traits and structs for making readers take in and output &str and String instead of [u8].

Traits

StrRead

The base trait that both &str-like and String-like readers implement.

RealStrRead

The trait that &str-like readable structs implement.

StringRead

The trait that String-like readable structs implement.

StrWrite

&str-like writable structs implement this.

StringWrite

String-like writable structs implement this.

Structs

StrReader

A read and write reader that takes in and outputs &strs.

StringReader

A read and write reader that takes in and outputs Strings.

Commit count: 0

cargo fmt