outscale_api

Crates.iooutscale_api
lib.rsoutscale_api
version1.9.0
sourcesrc
created_at2022-01-03 14:39:15.657788
updated_at2024-04-23 15:25:00.18197
descriptionOutscale API SDK
homepagehttps://github.com/outscale/osc-sdk-rust/
repository
max_upload_size
id507147
size4,481,662
Jérôme Jutteau (jerome-jutteau)

documentation

README

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.

Commit count: 0

cargo fmt