Point documentation to docs.rs

This commit is contained in:
Tim
2016-08-26 16:43:51 -07:00
committed by GitHub
parent 3c4932f55a
commit 683617674c

View File

@@ -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://google.github.io/tarpc)
[Documentation](https://docs.rs/tarpc/0.6.0/tarpc/)
## What is an RPC framework?
"RPC" stands for "Remote Procedure Call," a function call where the work of producing the return