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
- Host: GitHub
- URL: https://github.com/codechain-io/remote-trait-object
- Owner: CodeChain-io
- License: apache-2.0
- Created: 2020-05-13T10:01:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T07:02:53.000Z (over 4 years ago)
- Last Synced: 2024-10-12T21:21:02.034Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 638 KB
- Stars: 14
- Watchers: 7
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# remote-trait-object

[](
https://github.com/CodeChain-io/remote-trait-object#license)
[](
https://crates.io/crates/remote-trait-object)
[](
https://docs.rs/remote-trait-object)
[](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.