ailabtools 0.5.4

Official Rust SDK for AILabTools AI image and portrait APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod background;
pub mod common;
pub mod cutout;
pub mod image;
pub mod portrait;

pub use background::BackgroundApi;
pub use common::CommonApi;
pub use cutout::CutoutApi;
pub use image::ImageApi;
pub use portrait::PortraitApi;