Crates.io | whydrogen |
lib.rs | whydrogen |
version | 0.1.0 |
source | src |
created_at | 2024-07-06 19:30:27.145699 |
updated_at | 2024-07-06 19:30:27.145699 |
description | A slightly opinioated search query parser/lexer. |
homepage | |
repository | |
max_upload_size | |
id | 1294314 |
size | 64,472 |
Whydrogen is a slightly opinioated search query parser written in rust.
The syntax should be familiar to anyone who knows a bit about the "Advanced search" features of several popular search engines. It supports just words
, "Quoted tokens"
, key:value
pairs, !prefixed-values
, -"negated" -key:"values and" -!prefixes
.
Which keywords and prefixes work is fully customizable. The syntax is unicode aware.
For a detailed syntax description see the documentation in the lib.rs file.
whydrogen is licensed under a LGPL-3.0-only license.