Cargo Features

[dependencies]
sophia_api = { version = "0.8.0", default-features = false, features = ["all_tests", "test_macro", "serde"] }
default = serde

The serde feature is set by default whenever sophia_api is added without default-features = false somewhere in the dependency tree.

all_tests

This feature increases the number of tests

test_macro

This feature enables to use the graph and dataset test macros in other crates

serde default

This feature (enabled by default) makes prefixes seralizable/deserializable

Enables serde