diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -57,17 +57,6 @@ The library is not yet fuzz tested. For details please refer to the [changelog]. -Both crates have an `Emitter` trait that lets you bring your own token data -structure and hook into token creation by implementing the `Emitter` trait. -This allows you to: - -* Rewrite all per-HTML-tag allocations to use a custom allocator or data structure. - -* Efficiently filter out uninteresting categories data without ever allocating - for it. For example if any plaintext between tokens is not of interest to - you, you can implement the respective trait methods as noop and therefore - avoid any overhead creating plaintext tokens. - ## License Licensed under the MIT license, see [the LICENSE file]. |