tame/tamer/benches
Mike Gerwitz 5233822322 tamer: xir: Remove Text enum
Like previous commits, this replaces the explicit escaping context with the
convention that all values retrieved from `xir` are unescaped on read and
escaped on write.

Comments are a notable TODO, since we must escape only `--`.

CData is also an issue.  I had _expected_ to use it as a means to avoid
unescaping fragments, but I had forgotten that quick_xml hard-codes escaping
on read, so that it can re-use BytesStart!  That is terribly unfortunate,
and may result in us having to re-implement our own read method in the
future to avoid this nonsense.  So I'm just leaving it as a TODO for now.

DEV-11081
2021-11-15 23:47:14 -05:00
..
asg.rs tamer: {ir::=>}{asg, xir} 2021-11-04 16:13:27 -04:00
asg_lower_xmle.rs tamer: {ir::=>}{asg, xir} 2021-11-04 16:13:27 -04:00
iter.rs tamer: benches/iter.rs: Basic benchmark 2021-10-28 21:17:41 -04:00
memchr.rs tamer: benches (memchr): Add missing bench attr 2021-08-19 23:14:33 -04:00
sym.rs tamer: benches/sym.rs: Interner::intern_utf8 benchmarks 2021-10-19 13:42:26 -04:00
xir.rs tamer: xir: Remove Text enum 2021-11-15 23:47:14 -05:00