Decision Workspace
iocore-test vs iocore vs unfolder
Side-by-side comparison of Rust crates
IOCore is a safe library for unix CLI tools and Systems programming. IOCore provides the [`iocore::Path`] abstraction of file-system paths designed to replace most [`std::path`] and [`std::fs`] operations with practical methods, other abstractions include: - handling file-system permissions via [`iocore::PathPermissions`] powered by the crate [`trilobyte`]. - handling file-system timestamps via [`iocore::PathTimestamps`] granularly via [`iocore::PathDateTime`]. IOCore provides the [`iocore::walk_dir`] function and its companion trait [`iocore::WalkProgressHandler`] which traverses file-systems quickly via threads. IOcore provides [`iocore::User`] which provides unix user information such as uid, path to home etc. The module [`iocore::env`] provides [`iocore::env:args`] returns a [`Vec<String>`] from [`std::env:args`], and [`iocore::env:var`] that returns environment variables as string.
IOCore is a safe library for unix CLI tools and Systems programming. IOCore provides the [`iocore::Path`] abstraction of file-system paths designed to replace most [`std::path`] and [`std::fs`] operations with practical methods, other abstractions include: - handling file-system permissions via [`iocore::PathPermissions`] powered by the crate [`trilobyte`]. - handling file-system timestamps via [`iocore::PathTimestamps`] granularly via [`iocore::PathDateTime`]. IOCore provides the [`iocore::walk_dir`] function and its companion trait [`iocore::WalkProgressHandler`] which traverses file-systems quickly via threads. IOcore provides [`iocore::User`] which provides unix user information such as uid, path to home etc. The module [`iocore::env`] provides [`iocore::env:args`] returns a [`Vec<String>`] from [`std::env:args`], and [`iocore::env:var`] that returns environment variables as string.
library and executable to unfold a file into a folder and fold a previously unfolded folder into a file
Core Metrics
| iocore-test | iocore | unfolder | |
|---|---|---|---|
| Health Score | 54 | 55 | 41 |
| Total Downloads | 7.7K | 32.5K | 1.3K |
| 30d Downloads | 78 | 319 | 5 |
| Dependents | 8 | 54 | 0 |
| Releases | 13 | 34 | 3 |
| Last Updated | 247d ago | 248d ago | 244d ago |
| Age | 1y 1m | 2y 5m | 8m |
Health Breakdown
Technical Details
| iocore-test | iocore | unfolder | |
|---|---|---|---|
| Version | 3.1.0 | 3.1.0 | 0.0.3 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 14 | 7 |
| Crate Size | 9KB | 63KB | 8.6MB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •iocore leads with a health score of 55/100, but none of the options score above 80.
- •unfolder is pre-1.0 — API may change.