Decision Workspace
iocore vs iocore-test 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 | iocore-test | unfolder | |
|---|---|---|---|
| Health Score | 55 | 54 | 41 |
| Total Downloads | 32.5K | 7.7K | 1.3K |
| 30d Downloads | 319 | 78 | 5 |
| Dependents | 54 | 8 | 0 |
| Releases | 34 | 13 | 3 |
| Last Updated | 248d ago | 247d ago | 244d ago |
| Age | 2y 5m | 1y 1m | 8m |
Health Breakdown
Technical Details
| iocore | iocore-test | 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 | 14 | 2 | 7 |
| Crate Size | 63KB | 9KB | 8.6MB |
| Features | 1 | 0 | 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.