Cargo Features
graph-api-test has no features set by default.
[dependencies]
graph-api-test = { version = "0.2.0", features = ["vertex-hash-index", "vertex-label-index", "vertex-full-text-index", "vertex-range-index", "edge-label-index", "graph-clear", "element-removal"] }
- vertex-hash-index
-
Affects
vertex_hash::test_index
,vertex_hash::test_index_update
,vertex_hash::test_index_remove
… - vertex-label-index
-
Affects
vertex_label::test_index
,vertex_label::test_index_limit
… - vertex-full-text-index
-
Affects
vertex_full_text::test_index
,vertex_full_text::test_index_update
,vertex_full_text::test_index_remove
… - vertex-range-index
-
Affects
vertex_range::test_index
,vertex_range::test_index_update
,vertex_range::test_index_remove
… - edge-label-index
-
Affects
edge_label::test_index
,edge_label::test_index_limit
… - edge-index edge-range-index graph-clear
- element-removal
-
Affects
graph::test_remove_vertex
,graph::test_remove_edge
,graph::test_remove_vertex_with_edges
,vertex_full_text::test_index_remove
,vertex_hash::test_index_remove
,vertex_range::test_index_remove
…