Docs.rs
hemoglobin-search-0.5.0
hemoglobin-search 0.5.0
Permalink
Docs.rs crate page
MIT
21 June 2026
Links
Repository
crates.io
Source
Owners
Lilith-In-Starlight
Dependencies
chumsky ^0.12
normal
hemoglobin ^0.13
normal
regex ^1.12
normal
rust-fuzzy-search ^0.1.1
normal
serde ^1.0
normal
serde_regex ^1.1
normal
serde_json ^1.0
dev
hemoglobin ^0.13
normal
console_error_panic_hook ^0.1
normal
hemoglobin ^0.13
normal
serde-wasm-bindgen ^0.6
normal
wasm-bindgen ^0.2
normal
Versions
18.18%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
make_query_parser
hemoglobin_
search
0.5.0
In hemoglobin_
search::
query_
parser
hemoglobin_search
::
query_parser
Function
make_
query_
parser
Copy item path
Source
pub fn make_query_parser<'a>() -> impl
Parser
<'a, &'a
str
,
Query
,
Err
<
Rich
<'a,
char
>>> + 'a