Skip to content

outscale/osc-sdk-rust

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages