18 releases (stable)
1.11.0 | Oct 1, 2024 |
---|---|
1.10.0 | Jul 29, 2024 |
1.9.0 | Apr 23, 2024 |
1.8.0 | Jan 16, 2024 |
0.3.0 | Mar 15, 2022 |
#1445 in Network programming
Used in 2 crates
4.5MB
29K
SLoC
Outscale SDK for Rust
Welcome to Outscale SDK for Rust.
It is based on rust 2021 edition (stable).
How to use the SDK ?
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!
Features
The following features can be enabled through Cargo.toml
:
default
: enabledefault-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 usingdefault-tls
feature.
Contributing
Check contributing documentation.
License
Copyright Outscale SAS
BSD-3-Clause
This project is compliant with REUSE.
Dependencies
~28–44MB
~870K SLoC