Skip to content

Commit

Permalink
Add some more information to the zalgo_string module
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jan 10, 2024
1 parent 0c45359 commit f8e6085
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/src/zalgo_string.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
//! Contains the implementation of [`ZalgoString`] as well as related iterators.
//!
//! A `ZalgoString` contains a grapheme cluster that was obtained from [`zalgo_encode`].
//! It allows for iteration over its characters and bytes in both encoded and decoded form.
//! It can be decoded in-place and the encoded information in other ZalgoStrings can be pushed
//! onto it.
use crate::{decode_byte_pair, fmt, zalgo_encode, Error};

Expand Down

0 comments on commit f8e6085

Please sign in to comment.