Cargo Features
substrait-validator has no features set by default.
[dependencies]
substrait-validator = { version = "0.1.3", features = ["private_docs", "protoc", "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.
- protoc build
-
Build and vendor protoc from source. This is useful to have a consistent version of protoc across platforms/build systems. In particular, docs.rs uses it.
Enables protobuf-src
Used in the 'protoc' feature.