jharmer95 / rpc.hpp

A simple header-only library for supporting remote procedure calls using a variety of extensible features
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Feature/transparent refs #64

Closed jharmer95 closed 3 years ago

jharmer95 commented 3 years ago

Closes #39

jharmer95 commented 3 years ago

Would like double-check the use of:

jharmer95 commented 3 years ago

With the addition of doctest, this partially addresses #58 and tests link much faster.