Cargo Features

substrait-validator has no features set by default.

[dependencies]
substrait-validator = { version = "0.0.11", features = ["private_docs", "curl"] }
private_docs

Enable to get some extra developer documentation from cargo doc. Be sure to use this with --document-private-items as well. Enabling this doesn't functionally change anything.

Features from optional dependencies

curl implicit feature

Enables curl

curl:

Rust bindings to libcurl for making HTTP requests