buble 0.1.0

Official Rust SDK for the Buble public API.
Documentation
1
2
3
4
5
6
7
use std::time::Duration;

/// Default Buble public API base URL.
pub const DEFAULT_BASE_URL: &str = "https://buble.ai";

/// Default request timeout.
pub const DEFAULT_TIMEOUT: Duration = Duration::from_secs(60);