Docs.rs
wp-knowledge-0.11.2
wp-knowledge 0.11.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
seeker-zuo
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
chrono ^0.4
normal
csv ^1.4
normal
derive-getters ^0.5
normal
enum_dispatch ^0.3
normal
ipnet ^2.11
normal
lazy_static ^1.5
normal
log ^0.4
normal
lru ^0.16
normal
mysql ^28.0.0
normal
mysql_async ^0.34
normal
once_cell ^1.21
normal
orion-error ^0.6
normal
orion-variate ^0.11
normal
orion_conf ^0.5
normal
r2d2 ^0.8
normal
r2d2_sqlite ^0.25
normal
rand ^0.10
normal
rusqlite ^0.32.1
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
strfmt ^0.2
normal
strum_macros ^0.27
normal
thiserror ^2.0
normal
tokio ^1
normal
tokio-postgres ^0.7
normal
toml ^1.0
normal
wildmatch ^2.6
normal
wp-data-fmt ^0.2
normal
wp-error ^0.8
normal
wp-log ^0.2
normal
wp-model-core ^0.8
normal
wp-specs ^0.8
normal
criterion ^0.8
dev
rand_distr ^0.6
dev
testcontainers ^0.23
dev
testcontainers-modules ^0.11
dev
Versions
3.7%
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
query_named_fields
wp_
knowledge
0.11.2
In wp_
knowledge::
facade
wp_knowledge
::
facade
Function
query_
named_
fields
Copy item path
Source
pub fn query_named_fields( sql: &
str
, params: &[
DataField
], ) ->
KnowledgeResult
<
RowData
>