Skip to content
/ varia Public

A collection of diffing algorithms

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

oceanpkg/varia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Varia

A collection of diffing algorithms in Rust, brought to you by @NikolaiVazquez!

This library is developed as part of the Ocean Package Manager.

Usage

This crate is available on crates.io and can be used by adding the following to your project's Cargo.toml:

[dependencies]
varia = "0.0.0"

and this to your crate root (main.rs or lib.rs):

extern crate varia;

This last step is optional in Rust 2018 edition.

Why "Varia"?

It's the common root of the words

  • "varias": the Spanish word for "various", as in "varias cosas"
  • "variance": a synonym of "difference"

and this library contains various variance tools.

License

Varia is released under either:

at your choosing.