| Crates.io | artie_common |
| lib.rs | artie_common |
| version | 0.3.2 |
| created_at | 2024-05-20 19:44:35.597809+00 |
| updated_at | 2024-06-03 17:19:13.870156+00 |
| description | Common Library for Artie Rust Projects |
| homepage | https://github.com/ARTIEROCKS/artie-common-rs.git |
| repository | https://github.com/ARTIEROCKS/artie-common-rs.git |
| max_upload_size | |
| id | 1246108 |
| size | 79,392 |
This Rust library provides functionality to calculate the "Artie distance," a measure of dissimilarity between two hierarchical structures, such as those represented by workspaces in programming environments. The Artie distance encompasses several metrics: family, block, position, and input distances, each measuring different aspects of difference.
Include the following in your Cargo.toml file to use this library:
[dependencies]
artie_common = "0.3.0"