Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicle-jockey committed Jul 9, 2023
1 parent 5ae7dc5 commit 7e378c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Key features:
* Iterators for both u8 and char.
* raw bytes via as_bytes() and as_bytes_mut(), where the bytes are guaranteed to be valid ASCII (one byte = one char).
* stream support via AsciiStreamReader and AsciiStreamWriter (included in this crate).
* async stream support via AsciiStreamReaderAsync and AsciiStreamWriterAsync (included in this crate).
```
# samples
basic example
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
//! * Iterators for both u8 and char.
//! * raw bytes via as_bytes() and as_bytes_mut(), where the bytes are guaranteed to be valid ASCII (one byte = one char).
//! * stream support via AsciiStreamReader and AsciiStreamWriter (included in this crate).
//! * async stream support via AsciiStreamReaderAsync and AsciiStreamWriterAsync (included in this crate).
//! ```
//! # samples
//! basic example
Expand Down

0 comments on commit 7e378c4

Please sign in to comment.