Decision Workspace
projvar vs owl2shacl vs git-mover
Side-by-side comparison of Rust crates
A tiny CLI tool that tries to gather project specific meta-data in different ways, to store them into key=value pairs in a file for later use by other tools. See --list for the keys set by this tool.
A CLI tool that tries to convert simple OWL ontologies into SHACL shapes. OWL ontologies define logical relationships. SHACL shapes define a data scheme, and allow to validate data against them. Strictly speaking, as these are different things, such a conversion is thus illegal/wrong in the ideological/theoretical sense. Thus this tool is not generally applicable, but only under the circumstance, that the OWL ontology is actually written as a data specification - if it is understood as a kind of distributed database schema, rather then for logical inference. Not only that, but it also has to conform to certain, very narrow rules, and only a few basic properties are translated into SHACL; the rest is ignored.
Move git repositories to a new location
Core Metrics
| projvar | owl2shacl | git-mover | |
|---|---|---|---|
| Health Score | 41 | 34 | 58 |
| Total Downloads | 10.5K | 477 | 9.9K |
| 30d Downloads | 31 | 3 | 54 |
| Dependents | 5 | 0 | 16 |
| Releases | 10 | 1 | 24 |
| Last Updated | 257d ago | 280d ago | 55d ago |
| Age | 2y 3m | 9m | 1y 2m |
Health Breakdown
Technical Details
| projvar | owl2shacl | git-mover | |
|---|---|---|---|
| Version | 0.19.9 | 0.2.0 | 1.2.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | AGPL-3.0-or-later | AGPL-3.0-or-later | MIT |
| Dependencies | 33 | 13 | 16 |
| Crate Size | 648KB | 46KB | 32KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •git-mover leads with a health score of 58/100, but none of the options score above 80.
- •projvar has the most downloads (10.5K), suggesting wider adoption.
- •projvar, owl2shacl are pre-1.0 — API may change.