rustio rustio.net

iocore-test vs iocore vs unfolder

Side-by-side comparison of Rust crates

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.

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.

41
unfolder
experimentalv0.0.3

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

Core Metrics

iocore-testiocoreunfolder
Health Score545541
Total Downloads7.7K32.5K1.3K
30d Downloads783195
Dependents8540
Releases13343
Last Updated247d ago248d ago244d ago
Age1y 1m2y 5m8m

Health Breakdown

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

Technical Details

iocore-testiocoreunfolder
Version3.1.03.1.00.0.3
Stable (≥1.0)✓ Yes✓ Yes✗ No
LicenseMIT OR Apache-2.0MIT OR Apache-2.0MIT OR Apache-2.0
Dependencies2147
Crate Size9KB63KB8.6MB
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.