This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 70992f1 Add Link to Tutorial in Rust Lib Documentation Client: rs
Patch: Zicklag
70992f1 is described below
commit 70992f1e74e525461121fb9e607000b19f31a4ca
Author: Zicklag <[email protected]>
AuthorDate: Sat May 8 12:47:13 2021 -0500
Add Link to Tutorial in Rust Lib Documentation
Client: rs
Patch: Zicklag
This closes #2388
---
lib/rs/src/lib.rs | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/lib/rs/src/lib.rs b/lib/rs/src/lib.rs
index 279690e..ddc7b0d 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))))]