Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metaparticle_sync = "0.1"

## metaparticle_sync in action

```
```rust
#[macro_use]
extern crate metaparticle_sync as sync;

Expand Down