ffi_rpc 0.5.0

Use FFI with RPC.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ffi_rpc"
version = "0.5.0"
edition = "2021"
authors = ["MXWXZ <matrixwxz@gmail.com>"]
description = "Use FFI with RPC."
license = "GPL-3.0"
readme = "../README.md"
repository = "https://github.com/MXWXZ/ffi_rpc"
keywords = ["framework", "rpc", "ffi", "plugin"]
categories = ["external-ffi-bindings", "asynchronous", "network-programming"]

[dependencies]
bincode = "1.3"
abi_stable = "0.11"
async-ffi = { version = "0.5", features = ["abi_stable", "macros"] }
async-trait = "0.1"
ffi_rpc_macro = { version = "0.5", path = "../ffi_rpc_macro" }