Description
C programs can use a small RPC framework for client-server communication. It is useful for projects that need structured remote calls without building a custom protocol from scratch.
This is a developer library. RPC code crosses process or network boundaries, so applications using it should validate inputs, handle authentication where needed, and avoid exposing unsafe methods.