mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
ca6efbff74
Co-authored-by: windmill-internal-app[bot] <1429786+windmill-internal-app[bot]@users.noreply.github.com>
10 lines
190 B
Rust
10 lines
190 B
Rust
#![doc = include_str!("../README.md")]
|
|
mod client;
|
|
mod maybe_future;
|
|
#[cfg(test)]
|
|
mod tests;
|
|
|
|
pub use client::{SdkError, Windmill};
|
|
pub use windmill_api::apis;
|
|
pub use windmill_api::models;
|