An open API service indexing awesome lists of open source software.

https://github.com/codechain-io/remote-trait-object

A simple and powerful Rust remote method invocation library based on trait objects
https://github.com/codechain-io/remote-trait-object

Last synced: 7 months ago
JSON representation

A simple and powerful Rust remote method invocation library based on trait objects

Awesome Lists containing this project

README

        

# remote-trait-object

![Build Status](https://github.com/CodeChain-io/intertrait/workflows/ci/badge.svg)
[![License](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg)](
https://github.com/CodeChain-io/remote-trait-object#license)
[![Cargo](https://img.shields.io/crates/v/remote-trait-object.svg)](
https://crates.io/crates/remote-trait-object)
[![Documentation](https://docs.rs/remote-trait-object/badge.svg)](
https://docs.rs/remote-trait-object)
[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.gg/xhpdXm7)

A simple and powerful Rust remote method invocation library based on Rust trait objects.

See the [documentation](https://docs.rs/remote-trait-object).

## License

Licensed under either of

* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)

* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

## Contribution

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.