No description
Find a file
Renovate Bot e264bea729
All checks were successful
Rust / build (map[name:stable]) (pull_request) Successful in 2m5s
Rust / build (map[name:nightly]) (pull_request) Successful in 3m51s
Release Please / Release-plz (push) Successful in 38s
Rust / build (map[name:nightly]) (push) Successful in 3m57s
Rust / build (map[name:stable]) (push) Successful in 3m53s
fix(deps): update rust crate thiserror to v2
2024-11-06 03:01:45 +00:00
.cargo build: switch to forgejo actions 2024-10-29 22:30:17 +00:00
.forgejo/workflows build: switch to forgejo actions 2024-10-29 22:30:17 +00:00
.git-hooks feat: initial empty library 2024-04-08 14:33:39 +01:00
src feat(fs): add .path(path).read_link() 2024-11-04 07:18:57 +00:00
tests feat(fs): add .path(path).read_link() 2024-11-04 07:18:57 +00:00
.git-next.toml build: Add .git-next.toml config file 2024-04-16 07:06:50 +01:00
.gitignore feat: initial empty library 2024-04-08 14:33:39 +01:00
.rgignore feat: initial empty library 2024-04-08 14:33:39 +01:00
bacon.toml feat: initial empty library 2024-04-08 14:33:39 +01:00
Cargo.toml fix(deps): update rust crate thiserror to v2 2024-11-06 03:01:45 +00:00
justfile feat(fs): add .reader().bytes() 2024-11-03 14:03:16 +00:00
LICENSE feat: initial empty library 2024-04-08 14:33:39 +01:00
README.md docs(fs): move checklist/std::fs mapping to rustdoc 2024-11-04 07:18:57 +00:00
renovate.json chore(deps): prevent renovate creating pointless PRs 2024-04-27 14:29:48 +01:00

kxio

Provides injectable Filesystem and Network resources to make code more testable.

Filesystem

Documentation is here.

Network

The entire [network] module needs to be completly rewritten It's use is strongly discouraged. A new [net] module will likely be its replacement.