IssunDB is a fast embedded graph database with vector search, full-text search, and hybrid retrieval, written in Rust.
This is the main crate of IssunDB, and exposes the `Graph` type, Cypher query execution, vector search, full-text search, and hybrid retrieval APIs.
Applications should depend on this crate rather than on the internal workspace crates.
Visit the [project repository](https://github.com/IssunDB/issun-db) for documentation and examples.
MIT or Apache-2.0.