whydrogen

Crates.iowhydrogen
lib.rswhydrogen
version0.1.0
sourcesrc
created_at2024-07-06 19:30:27.145699
updated_at2024-07-06 19:30:27.145699
descriptionA slightly opinioated search query parser/lexer.
homepage
repository
max_upload_size
id1294314
size64,472
Slatian (slatian)

documentation

README

whydrogen — Serch Query Parser Library

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.

License

whydrogen is licensed under a LGPL-3.0-only license.

Commit count: 0

cargo fmt