~jeffpc/libjeffpc#24: 
Implement custom rpc generator

There are three distinct problems to possibly solve:

  1. struct & enum generation based on a DSL
  2. struct & enum serialization using various formats (XDR, CBOR, etc.)
  3. synchronous RPC layer
  4. asynchronous RPC layer

At the very least, the first two are worth solving. This would allow us to drop the dependency on rpcgen (and trivially resolve #17).

Status
REPORTED
Submitter
~jeffpc
Assigned to
No-one
Submitted
1 year, 4 months ago
Updated
1 year, 4 months ago
Labels
feature