repositorypackage
0.0.0-20210303180433-689a3880d90a
Repository: https://github.com/prashanthpai/sunrpc.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
sunrpc
This project implements ONC RPC (Sun RPC) as described in RFC 5531 in Go lang, primarily to be consumed as a ServerCodec and ClientCodec
The initial goal here is limited to enabling existing projects written in C and uses Sun RPC to be able to communicate with a server written in Go without the need for C projects to change their existing code.