summaryrefslogtreecommitdiff
path: root/lib/rs
diff options
context:
space:
mode:
authorZicklag <zicklag@katharostech.com>2021-05-08 12:47:13 -0500
committerJens Geyer <jensg@apache.org>2021-05-20 22:50:22 +0200
commit70992f1e74e525461121fb9e607000b19f31a4ca (patch)
tree7827eade59796779f93d7cbedb68bb2638102fba /lib/rs
parent346c72c0d05b83489b4bec10bb4920c9c9ae8bc3 (diff)
downloadthrift-70992f1e74e525461121fb9e607000b19f31a4ca.tar.gz
Add Link to Tutorial in Rust Lib Documentation
Client: rs Patch: Zicklag This closes #2388
Diffstat (limited to 'lib/rs')
-rw-r--r--lib/rs/src/lib.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/rs/src/lib.rs b/lib/rs/src/lib.rs
index 279690ede..ddc7b0df1 100644
--- a/lib/rs/src/lib.rs
+++ b/lib/rs/src/lib.rs
@@ -44,6 +44,13 @@
//! | transport |
//! +-----------+
//! ```
+//!
+//! # Tutorial
+//!
+//! For an example of how to setup a simple client and server using this crate
+//! see the [tutorial].
+//!
+//! [tutorial]: https://github.com/apache/thrift/tree/master/tutorial/rs
#![crate_type = "lib"]
#![doc(test(attr(allow(unused_variables), deny(warnings))))]