lich0
Results
2
comments of
lich0
近几天接触到rest_rpc这个库,我觉得很有用,然后我自己也需要做成python可调用的,所以写了一下: ```c++ #include #include #include #define MSGPACK_DISABLE_LEGACY_NIL #define MSGPACK_NO_BOOST #include #include #include namespace py = pybind11; using rest_rpc::rpc_service::rpc_conn; using rest_rpc::rpc_service::rpc_server; using rest_rpc::rpc_client; typedef std::function F_SS; typedef std::function F_SI; class Server...
> 能提一个pr吗? 我不会弄,所以直接贴到这里评论了。。。