| Crates.io | string-reader |
| lib.rs | string-reader |
| version | 0.1.1 |
| created_at | 2024-02-19 15:01:29.222029+00 |
| updated_at | 2024-02-24 12:54:04.34437+00 |
| description | Readers for &str and String instead of [u8]. |
| homepage | https://github.com/FyraLabs/string-reader |
| repository | https://github.com/FyraLabs/string-reader |
| max_upload_size | |
| id | 1145369 |
| size | 13,935 |
string-readerstring-reader is a crate that provides traits and structs for making readers take in and output &str and String instead of [u8].
StrReadThe base trait that both &str-like and String-like readers implement.
RealStrReadThe trait that &str-like readable structs implement.
StringReadThe trait that String-like readable structs implement.
StrWrite&str-like writable structs implement this.
StringWriteString-like writable structs implement this.
StrReaderA read and write reader that takes in and outputs &strs.
StringReaderA read and write reader that takes in and outputs Strings.