| Crates.io | selectel-mks |
| lib.rs | selectel-mks |
| version | 0.2.2 |
| created_at | 2020-08-12 17:00:58.718338+00 |
| updated_at | 2020-08-19 10:04:44.771661+00 |
| description | Rust SDK for the Selectel Managed Kubernetes Service. |
| homepage | https://github.com/ozerovandrei/selectel-mks-rust |
| repository | https://github.com/ozerovandrei/selectel-mks-rust.git |
| max_upload_size | |
| id | 275880 |
| size | 106,436 |
Pure Rust bindings to the Selectel MKS V1 API.
Add selectel-mks to the Cargo.toml:
[dependencies]
selectel-mks = "0.2.0"
Prepare a new Client instance and use methods to work with the MKS API.
You can check ./examples directory and also ./test directory to see how Client methods are used to work with the MKS API.
selectel-mks supports rustls and rust-native-tls for TLS connectivity.
rustls is used by default, but one can toggle support with Cargo features:
[dependencies.selectel-mks]
version = "0.2.0"
default-features = false
features = ["rust-native-tls"]
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.