No description
Find a file
ForgeJo Action. See: https://git.kemitix.net/kemitix/rust e14126a9da chore: release
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
2024-11-04 07:48:41 +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).set_permissions(perms) 2024-11-04 07:18:57 +00:00
tests feat(fs): add .path(path).set_permissions(perms) 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 chore: release 2024-11-04 07:48:41 +00:00
CHANGELOG.md chore: release 2024-11-04 07:48:41 +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.