diff options
author | Martin Fischer <martin@push-f.com> | 2023-09-03 12:50:17 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-03 23:00:05 +0200 |
commit | 72bd5ff1f71f2ff666d667c6442e308f654d12c6 (patch) | |
tree | 9b8ab387c88591026d546ef309f2b2f756cf2f5a /src/tokenizer.rs | |
parent | 427a31f8a076d0fea156f45b160c08e3c0a53bef (diff) |
docs: remove description of Emitter trait from readme
Implementing Emitter methods as no-ops works great with the NaiveParser
but less so when you want spec-compliant HTML parsing since that
requires tree construction and most Emitter methods to be implemented.
Ideally we'll implement both tree construction and a new way of avoiding
unnecessary allocations (without having to implement your own Emitter).
Diffstat (limited to 'src/tokenizer.rs')
0 files changed, 0 insertions, 0 deletions