Expand description
§autogen-squareup
Auto-generated, strongly-typed Rust client for the Square API.
§Quick Start
use autogen_squareup::SquareClient;
#[tokio::main]
async fn main() {
let client = SquareClient::new("your-access-token");
// Use client.config() with generated API functions
}§Feature Flags
By default all API groups are enabled. To reduce compile time, select only what you need:
[dependencies]
autogen-squareup = { version = "0.1", default-features = false, features = ["payments", "native-tls"] }Re-exports§
pub use client::SquareClient;pub use client::Environment;