cielo-rs-sdk 0.1.0

Rust library for interacting with the Cielo API.
Documentation
1
2
3
4
/// Sets up the test environment by loading environment variables from the .env.test file.
pub fn setup() {
    dotenvy::from_filename(".env.test").ok();
}