No description
Find a file
Paul Campbell 4594a792e0
All checks were successful
Rust / build (map[name:nightly]) (push) Successful in 1m52s
Rust / build (map[name:stable]) (push) Successful in 4m19s
Release Please / Release-plz (push) Successful in 1m37s
fix: use Default to create reqwest client
2024-11-09 17:30:18 +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
examples docs(example): get and save 2024-11-09 15:42:53 +00:00
src fix: use Default to create reqwest client 2024-11-09 17:30:18 +00:00
tests feat: Net and MockNet wrappers for InnerNet<Mocker> and InnerNet<Unmocked> 2024-11-09 15:42:53 +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 docs(example): get and save 2024-11-09 15:42:53 +00:00
justfile docs(example): get and save 2024-11-09 15:42:53 +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.