From ef8622fa8639e5111aa6d1d977cd6f2a8227daf1 Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Wed, 3 Oct 2018 22:31:18 -0500 Subject: [PATCH] Update README.md to include rust examples. --- README.md | 2 ++ rust/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 068e134..80340fb 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Metaparticle sync is made up of two components: * [python](python) * [java](java) * [C#/.NET Core](dotnet) + * [Rust](rust) ## Examples Examples for locking and leader election for each of the supported languages @@ -28,6 +29,7 @@ can be found in their respective directories. * [python](python/README.md) * [java](java/README.md) * [C#/.NET Core](dotnet/README.md) + * [Rust](rust/README.md) ## Details More technical details can be found in the [overview](overview.md). diff --git a/rust/README.md b/rust/README.md index 6e68c29..b67c0bf 100644 --- a/rust/README.md +++ b/rust/README.md @@ -15,7 +15,7 @@ metaparticle_sync = "0.1" ## metaparticle_sync in action -``` +```rust #[macro_use] extern crate metaparticle_sync as sync;