vantadb 0.1.4

VantaDB: An embedded persistent memory and vector retrieval engine for local-first AI applications.
Documentation
1
2
3
4
5
6
[toolchain]
channel = "stable"
components = ["rustfmt", "clippy", "rust-src"]
# Targets: x86_64-pc-windows-msvc es el target local (Windows dev).
# El runner CI (ubuntu-latest) usa su target nativo; no se necesita listarlo explícitamente.
targets = ["x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu"]