16 releases (10 stable)

new 1.9.0 Apr 23, 2024
1.8.0 Jan 16, 2024
1.7.0 Jun 20, 2023
1.5.0 Feb 28, 2023
0.3.0 Mar 15, 2022

#3 in #enabled

Download history 17/week @ 2024-01-16 15/week @ 2024-02-06 17/week @ 2024-02-13 145/week @ 2024-02-20 39/week @ 2024-02-27 5/week @ 2024-03-12 25/week @ 2024-03-26 71/week @ 2024-04-02

96 downloads per month
Used in 2 crates

BSD-3-Clause

3.5MB
26K SLoC

Project Incubating

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: 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.

Contributing

Check contributing documentation.

License

Copyright Outscale SAS

BSD-3-Clause

This project is compliant with REUSE.

Dependencies

~25–41MB
~828K SLoC