rustio rustio.net
55

iocore

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 2+ years)
  • Permissive license (MIT OR Apache-2.0)

Security

Checking security advisories...
Downloads
33.1K
Dependents
54
Releases
34
Size
63KB

Deep Insights

📊
Stable downloads

269 downloads in the last 30 days (9/day). Volume is roughly flat compared to the previous period.

Stable for 2+ years

The API has been stable (1.x) for over 2 years with 34 releases. This level of maturity means you can depend on it without worrying about breaking changes.

🌟
Used by top crates

Notable dependents include obg, iocore-test, carbon14, sexprs-formatter, sexprs-vm. When high-quality crates choose iocore, it's a strong quality signal.

Health Breakdown

Maintenance 9/25

Recency, release consistency, active ratio

Quality 18/25

Yanked ratio, deps, size, maturity, features

Community 10/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
0/day avg
02/263/164/34/215/95/26

Top Dependents

Version Adoption

v3.0.3
36%
v3.1.0
19%
v2.3.2
18%
v3.0.2
17%
v3.0.1
11%

Release Timeline

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

Feature Flags

walk-glob

README

Loading README...

Maintainers

Dependencies
14
direct dependencies
Dependents
54
crates depend on iocore

Similar Crates