taxa 0.1.0

Author a taxa visualization dataset in Rust: named sources + a Rust transform + a manifest, served by the taxa engine.
docs.rs failed to build taxa-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

taxa

Author a taxa visualization dataset in Rust: declare named sources, a Rust transform over them, and a manifest, then serve it with the taxa engine and its embedded D3 frontend.

[dependencies]
taxa = "0.1"
use taxa::polars::prelude::*; // use taxa's re-exported polars — never add your own

// Build an `App` from named sources + a transform + a manifest, then serve.
// See the repository's examples/rust-dataset for a runnable starting point.

The crate re-exports the exact Polars the engine links as taxa::polars. A transform must use taxa::polars and must not add its own polars dependency — a second polars would be a distinct, type-incompatible crate at the LazyFrame boundary.

Built on taxa-core, taxa-server, and taxa-sql. For a no-code path, install the taxa-cli binary instead.

See docs/AUTHORING.md for the full guide.

License

MIT