Add use_brackets.

This commit is contained in:
Tom Alexander
2023-10-08 18:14:48 -04:00
parent ef591556fe
commit 7fe7e7a6ea
4 changed files with 46 additions and 17 deletions

View File

@@ -174,6 +174,7 @@ pub struct Entity<'s> {
pub ascii: &'s str,
// Skipping latin1 because it is detrimental to the future. If anyone out there is using latin1, take a long look in the mirror and change your ways.
pub utf8: &'s str,
pub use_brackets: bool,
}
#[derive(Debug, PartialEq)]