Crate fiberplane

source ·
Expand description

§fiberplane

All the fiberplane crates in one place

This crate re-exports all the various fiberplane crates for convenience. Do note the crates are placed behind Cargo features, so you can still select which specific crates should be compiled.

§Features

  • api-client
  • axum - Enable support for axum’s IntoResponse for some error models.
  • base64uuid
  • base64uuid-creation - Enables support for generating UUIDs in the base64uuid crate.
  • clap - Enables clap support for exported models.
  • fp-bindgen - Enables fp-bindgen support for exported models.
  • markdown
  • models
  • provider-bindings
  • provider-runtime
  • sqlx - Enables sqlx support for exported models.
  • templates