DiskANN/rust
dependabot[bot] 8aedb3a3d4
Bump openssl from 0.10.55 to 0.10.60 in /rust (#496)
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>
2024-04-19 14:04:06 +05:30
..
cmd_drivers
diskann
logger
platform
vector
vector_base64
Cargo.lock Bump openssl from 0.10.55 to 0.10.60 in /rust (#496) 2024-04-19 14:04:06 +05:30
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