Docs.rs
wedb_embed-0.1.3
wedb_embed 0.1.3
Docs.rs crate page
Apache-2.0
02 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
i18nsite
Dependencies
bitcode ^0.6.9
normal
bytes ^1.12.1
normal
coarsetime ^0.1.37
normal
fastalp ^0.1.17
normal
fastrand ^2.5.0
normal
fjall ^3.1.10
normal
optional
hipstr ^0.8.0
normal
itoa ^1.0.18
normal
memchr ^2.8.3
normal
mimalloc ^0.1.52
normal
optional
papaya ^0.2.5
normal
parking_lot ^0.12.5
normal
paste ^1.0.15
normal
rapidhash ^4.5.1
normal
serde ^1.0.229
normal
simsimd ^6.5.16
normal
sonic-rs ^0.5.8
normal
strum ^0.28.0
normal
thiserror ^2.0.20
normal
ts_ ^0.1.4
normal
wedb_embed_engine ^0.1.7
normal
wedb_resp ^0.1.0
normal
zmij ^1.0.23
normal
anyhow ^1.0.104
dev
aok ^0.1.18
dev
ctor ^1.0.13
dev
divan ^0.1.21
dev
libc ^0.2
dev
log ^0.4.34
dev
log_init ^0.1.39
dev
mimalloc ^0.1.52
dev
tempfile ^3.27.0
dev
Versions
31.48%
of the crate is documented
Go to latest version
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
Module lcs
wedb_
embed
0.1.3
Module lcs
Module Items
Functions
In wedb_
embed::
api::
string
wedb_embed
::
api
::
string
Module
lcs
Copy item path
Source
Functions
§
compute_
lcs
Computes Longest Common Subsequence (LCS) with dynamic programming (aligned with Kvrocks String::LCS). LCS (最长公共子序列) 动态规划与匹配区间提取(1:1 对标 Kvrocks String::LCS 算法与回溯状态机)
compute_
lcs_
with