iocore-test

Crates.ioiocore-test
lib.rsiocore-test
version3.1.0
created_at2025-02-18 10:07:10.040902+00
updated_at2025-07-23 16:40:27.46888+00
descriptionIOCore 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`] from [`std::env:args`], and [`iocore::env:var`] that returns environment variables as string.
homepagehttps://github.com/gabrielfalcao/iocore/tree/main/crates/iocore
repositoryhttps://github.com/gabrielfalcao/iocore
max_upload_size
id1559740
size31,690
Gabriel Falcão (gabrielfalcao)

documentation

https://docs.rs/iocore

README

IOCore Test

companion testing library for the iocore crate.

Commit count: 129

cargo fmt