fal 0.3.6

A Rust crate for the fal.ai API, including generated, typed functions for all public models
Documentation
#[cfg(any(
    feature = "endpoints",
    feature = "endpoints_rundiffusion-fal",
    feature = "endpoints_rundiffusion-fal_juggernaut-flux"
))]
#[cfg_attr(
    docsrs,
    doc(cfg(any(
        feature = "endpoints",
        feature = "endpoints_rundiffusion-fal",
        feature = "endpoints_rundiffusion-fal_juggernaut-flux"
    )))
)]
pub mod juggernaut_flux;
#[cfg(any(
    feature = "endpoints",
    feature = "endpoints_rundiffusion-fal",
    feature = "endpoints_rundiffusion-fal_juggernaut-flux-lora"
))]
#[cfg_attr(
    docsrs,
    doc(cfg(any(
        feature = "endpoints",
        feature = "endpoints_rundiffusion-fal",
        feature = "endpoints_rundiffusion-fal_juggernaut-flux-lora"
    )))
)]
pub mod juggernaut_flux_lora;
#[cfg(any(
    feature = "endpoints",
    feature = "endpoints_rundiffusion-fal",
    feature = "endpoints_rundiffusion-fal_rundiffusion-photo-flux"
))]
#[cfg_attr(
    docsrs,
    doc(cfg(any(
        feature = "endpoints",
        feature = "endpoints_rundiffusion-fal",
        feature = "endpoints_rundiffusion-fal_rundiffusion-photo-flux"
    )))
)]
pub mod rundiffusion_photo_flux;