A collection of diffing algorithms in Rust, brought to you by [@NikolaiVazquez]!
This library is developed as part of the Ocean Package Manager.
This crate is available on crates.io and can be used by adding the
following to your project's [Cargo.toml
]:
toml
[dependencies]
varia = "0.0.0"
and this to your crate root (main.rs
or lib.rs
):
rust
extern crate varia;
This last step is optional in Rust 2018 edition.
It's the common root of the words
and this library contains various variance tools.
This project is released under either:
at your choosing.