Extension SDK for building custom [Daft](https://github.com/Eventual-Inc/Daft) extensions.
Daft is a distributed query engine for large-scale data processing. This crate provides the types, traits, and macros needed to build extensions that plug into Daft's execution engine.
```toml
[dependencies]
daft-ext = "0.1"
```
Apache-2.0