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;