From a9cd25966759d77f98e82c6bea4f5ac440b41eff Mon Sep 17 00:00:00 2001 From: Cort Fritz Date: Tue, 16 Apr 2024 12:55:11 -0700 Subject: [PATCH] add elixir implementation first community implementation listed, so to separate from Microsoft reference implementations I created two sections, Microsoft and Community --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bc5e36..e76c5aa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # Correlation Vector ## Background @@ -24,19 +23,25 @@ The standard is widely used internally at Microsoft for first party applications ## Reference Implementations +### Microsoft + - [Cpp](https://github.com/Microsoft/CorrelationVector-Cpp) \(C\+\+\) - [CSharp](https://github.com/Microsoft/CorrelationVector-CSharp) \(C\#\) - [Go](https://github.com/Microsoft/CorrelationVector-Go) - [Java](https://github.com/Microsoft/CorrelationVector-Java) - [JavaScript](https://github.com/Microsoft/CorrelationVector-JavaScript) +### Community + +- [Elixir](https://github.com/seamlyapp/ex_correlation_vector) + ## Future Roadmap TBD # Contributing -This project welcomes contributions and suggestions. Most contributions require you to agree to a +This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.