Crate hamelin

Crate hamelin 

Source
Expand description

Hamelin facade crate

This crate provides a unified entry point for the Hamelin ecosystem. Use feature flags to enable specific components:

  • trino: Trino backend support
  • duckdb: DuckDB backend support
  • error_rendering: Enhanced error rendering with source context

Re-exportsยง

pub use hamelin_lib as lib;
pub use hamelin_wasm as wasm;