issundb 0.1.0-alpha.4

IssunDB's main crate; it exposes the public API for IssunDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
## IssunDB

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.

### License

MIT or Apache-2.0.