mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-01 00:51:25 +01:00
make documentation link go to latest version (#47)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
tarpc is an RPC framework for rust with a focus on ease of use. Defining a service can be done in
|
||||
just a few lines of code, and most of the boilerplate of writing a server is taken care of for you.
|
||||
|
||||
[Documentation](https://docs.rs/tarpc/0.6.0/tarpc/)
|
||||
[Documentation](https://docs.rs/tarpc)
|
||||
|
||||
## What is an RPC framework?
|
||||
"RPC" stands for "Remote Procedure Call," a function call where the work of producing the return
|
||||
|
||||
Reference in New Issue
Block a user