robomotion 0.1.3

Official Rust SDK for building Robomotion RPA packages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Generated protobuf code for gRPC communication.
//!
//! This module contains the generated code from the proto files.

// Include the generated code
// These files are generated by tonic-build in build.rs
#[path = ""]
mod generated {
    #[path = "proto.rs"]
    pub mod plugin;
}

pub use generated::plugin::*;