varia 0.0.0

A collection of diffing algorithms.
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented1 out of 1 items with examples
  • Size
  • Source code size: 16.06 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 991.12 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • oceanpkg/varia
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nvzqz

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

This project is released under either:

at your choosing.