oxgraph 0.2.0

High-performance, zero-copy graph and topology substrate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# oxgraph

High-performance, zero-copy graph and topology substrate.

Version `0.1.0` is the first DB-inclusive crates.io release of the umbrella
crate. The default feature set is empty; enable the layers you need explicitly.

Core topology, graph, hypergraph, CSR, BCSR, and builder features avoid Arrow.
Use `graph-snapshot` or `hyper-snapshot` for topology snapshot export. Use
`property-arrow`, `graph-property-arrow`, or `hyper-property-arrow` when
Arrow-backed property layers or property snapshot export are required. Enable
`db` for the embedded OxGraph-native database API re-exported as `oxgraph::db`.