A high performance Remote Procedure Call (RPC) system for rust

Flash Remote Procedure Call (FRPC) is RPC system for rust programming language.

I have not written any documents. But there are some examples that you can try! This will give you some idea of what this system is capable of.

This project is growing in size! I would love it if anyone would like to contribute and help me write documentation and solve other parts of this puzzle.

Any feedback would be appreciated...

Some benchmarks would be good if you want to claim high performance.

The performance would be like using raw transport (h2, tcp, quic) basically It's zero cost! And should not add any overhead, maybe in future Ok, I will add some benchmarks!

Edit: Suggest me some good http2 bench-marking tools, I would like to compare performance with raw http2

Edit: See this simple benchmark