rust-asearch
asearch
のRust版実装 by
takker.icon
/icons/github.icon
takker99/rust-asearch
設定ミスを頻発したせいで、versionが無駄に上がっている……
https://crates.io/crates/asearch
docs:
asearch - Rust
頑張って書いた
Bitap algorithm
で検索したら、似たようなcrateが見つかった
https://crates.io/crates/bitap
実装とか
高階関数ではなく
impl (Rust)
を使った
Rustで関数を返す関数を作
りたかったが、どうしても無駄なmemory allocationが発生しそうだったので、仕方なくクラスで実装した
testは
rustdoc
で書いた
あと何故かbadgeがつかない……
code:log
warning: the following are not valid badges and were ignored: github. Either the badge type specified is unknown or a required attribute is missing. Please see
https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata
for valid badge types and their required attributes.
#2021-06-16
11:59:59