iris-guard 0.2.2

Structural validation of Arrow arrays crossing the iris sandbox boundary.
Documentation
[package]
name = "iris-guard"
description = "Structural validation of Arrow arrays crossing the iris sandbox boundary."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "README.md"

[dependencies]
# Only the schema, on purpose. This crate checks the numbers that came out of a decoder before
# anything turns them into an Arrow array, so it needs to know what the types are and nothing about
# how they are built.
arrow-schema.workspace = true
iris-abi.workspace = true
thiserror.workspace = true

[lints]
workspace = true