| Crates.io | outscale_api |
| lib.rs | outscale_api |
| version | 1.16.0 |
| created_at | 2022-01-03 14:39:15.657788+00 |
| updated_at | 2025-08-19 14:48:01.515803+00 |
| description | Outscale API SDK |
| homepage | |
| repository | https://github.com/outscale/osc-sdk-rust/ |
| max_upload_size | |
| id | 507147 |
| size | 5,575,361 |
Welcome to Outscale SDK for Rust.
It is based on rust 2021 edition (stable).
Add outscale_api Package to you Cargo.toml using cargo add outscale_api or manually add it (visit crates.io for more details).
See examples folder to jump straight into the code!
The following features can be enabled through Cargo.toml:
default: enable default-tls feature in reqwest library.rustls-tls: will use rustls instead of default openssl in reqwest library. You will also need to also set [default-features = false] to avoid using default-tls feature.Check contributing documentation.
Copyright Outscale SAS
BSD-3-Clause
This project is compliant with REUSE.