No description
Find a file
Paul Campbell 74f4954535
All checks were successful
Rust / build (map[name:nightly]) (push) Successful in 2m12s
Rust / build (map[name:stable]) (push) Successful in 4m4s
Release Please / Release-plz (push) Successful in 42s
feat(network)!: remove legacy network interface
2024-11-08 19:26:03 +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(network)!: remove legacy network interface 2024-11-08 19:26:03 +00:00
tests feat(net)!: fluent api 2024-11-08 19:11:23 +00:00
.git-next.toml build: Add .git-next.toml config file 2024-04-16 07:06:50 +01:00
.gitignore build: ignore cargo-mutants output 2024-11-08 18:12:25 +00: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 feat(network)!: remove legacy network interface 2024-11-08 19:26:03 +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.