rustio rustio.net

unfolder vs iocore vs iocore-test

Side-by-side comparison of Rust crates

41
unfolder
experimentalv0.0.3

library and executable to unfold a file into a folder and fold a previously unfolded folder into a file

55
iocore
growingv3.1.0

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.

54
iocore-test
growingv3.1.0

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.

Core Metrics

unfolderiocoreiocore-test
Health Score415554
Total Downloads1.3K32.5K7.7K
30d Downloads530675
Dependents0548
Releases33413
Last Updated244d ago248d ago247d ago
Age8m2y 5m1y 1m

Health Breakdown

unfolder
Maintenance
10
Quality
9
Community
5
Popularity
4
Documentation
13
iocore
Maintenance
10
Quality
17
Community
10
Popularity
5
Documentation
13
iocore-test
Maintenance
10
Quality
18
Community
8
Popularity
5
Documentation
13

Technical Details

unfolderiocoreiocore-test
Version0.0.33.1.03.1.0
Stable (≥1.0)✗ No✓ Yes✓ Yes
LicenseMIT OR Apache-2.0MIT OR Apache-2.0MIT OR Apache-2.0
Dependencies7142
Crate Size8.6MB63KB9KB
Features010
Yanked %0.0%0.0%0.0%
Edition202120212021
MSRV
Owners111

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.