8aedb3a3d4
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.60. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.55...openssl-v0.10.60) --- updated-dependencies: - dependency-name: openssl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
cmd_drivers | ||
diskann | ||
logger | ||
platform | ||
vector | ||
vector_base64 | ||
Cargo.lock | ||
Cargo.toml | ||
project.code-workspace | ||
readme.md | ||
rust-toolchain.toml |
readme.md
readme
run commands under disnann_rust directory.
build:
cargo build // Debug
cargo build -r // Release
run:
cargo run // Debug
cargo run -r // Release
test:
cargo test