openwhisk-rust 0.1.5

OpenWhisk Client written in Rust
Documentation
1
2
3
4
5
6
7
mod api;
mod client;
pub use api::{Action, Exec, HttpMethods, KeyValue, Rule, RuleResponse, Service, Trigger};
pub use client::{OpenWhisk, OpenwhiskClient, WasmClient, WskProperties};

#[cfg(not(target_arch = "wasm32"))]
pub use client::NativeClient;