No description
Find a file
2024-11-03 21:39:36 +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 refactor(fs): PathReal owns its own data 2024-11-03 21:39:36 +00:00
tests feat(fs): add .path(path).set_permissions(perms) 2024-11-03 20:43:46 +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 test(fs): integration tests 2024-11-01 21:16:32 +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-03 20:13:49 +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.