rustio rustio.net
54

iocore-test

v3.1.0 Growing

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.

MIT OR Apache-2.0 Edition 2021
Filesystem #path#system#io#filesystem#unix

Quick Verdict

  • βœ“Stable API (3.x for 1+ years)
  • βœ“Tiny footprint (9KB, 2 deps)
  • βœ“Permissive license (MIT OR Apache-2.0)

Security

Checking security advisories...
Downloads
7.7K
Dependents
8
Releases
13
Size
9KB

Deep Insights

πŸ“ˆ
Strong growth momentum

79 downloads in the last 30 days (3/day), up 30% from the previous period.

βœ…
Stable API

Reached 1.0 over a year ago. The API surface is settled, making it safe for production use.

πŸͺΆ
Minimal dependencies

Only 2 direct dependencies. Lean dependency tree means faster builds and lower supply chain risk.

πŸ“
Compact crate

At 9KB, iocore-test is lightweight. Small crate size correlates with focused, well-scoped functionality.

🌟
Used by top crates

Notable dependents include sexprs-macros-core, unfolder, dnsmasq-conf. When high-quality crates choose iocore-test, it's a strong quality signal.

Health Breakdown

Maintenance 10/25

Recency, release consistency, active ratio

Quality 18/25

Yanked ratio, deps, size, maturity, features

Community 8/20

Reverse deps, ownership, ecosystem

Popularity 5/15

Downloads, momentum, growth trend

Documentation 13/15

Docs, repo, license, metadata

Download Trend

Daily downloads Β· last 90 days
3/day avg-30%
05101512/291/162/32/213/113/28

Top Dependents

Version Adoption

v2.3.2
22%
v3.0.3
21%
v3.0.2
20%
v0.1000.0
19%
v3.1.0
18%

Release Timeline

13 releasessince 2025
J
F
M
A
M
J
J
A
S
O
N
D
2025
13
2026
Less
More

README

Loading README...

Maintainers

Dependencies
2
direct dependencies
Dependents
8
crates depend on iocore-test

Similar Crates