We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014bdea commit c4e596fCopy full SHA for c4e596f
Cargo.toml
@@ -11,6 +11,7 @@ description = """
11
An implementation of regular expressions for Rust. This implementation uses
12
finite automata and guarantees linear time matching on all inputs.
13
"""
14
+categories = ["text-processing"]
15
16
[dependencies]
17
# For very fast prefix literal matching.
0 commit comments