aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.md b/README.md
index b60bdfa..570a769 100644
--- a/README.md
+++ b/README.md
@@ -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].