Skip to content

TransientError/CorrelationVector-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is a rust implementation of https://github.com/microsoft/CorrelationVector.

I mainly wrote this in order to generate arbitrary correlation vectors for testing, which this certainly works for.

The repo consists of two parts:

cvgen

cvgen is just a simple binary for creating a new correlation vector similar to uuidgen

cvgen instructions

You can install the binary using

cargo install --path cvgen

Then, you can generate a correlation vector by simply running

cvgen

cvlib

cvlib aims to be an implementation of correlation vectors that you can use for rust code.

Missing features

  1. (probably will not implement) v1 specification

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages