No description
Find a file
Paul Campbell a917b21f50 refactor(fs): rename internal structs
trait *Env => *Like
struct *Env => * (remove suffix)
2024-04-28 08:18:49 +01:00
.cargo feat: initial empty library 2024-04-08 14:33:39 +01:00
.git-hooks feat: initial empty library 2024-04-08 14:33:39 +01:00
src refactor(fs): rename internal structs 2024-04-28 08:18:49 +01: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
.woodpecker.yml build(woodpecker): run ci on next branch too 2024-04-16 07:21:19 +01:00
bacon.toml feat: initial empty library 2024-04-08 14:33:39 +01:00
Cargo.toml chore: Version set to 1.0.0 2024-04-16 07:36:00 +01:00
Dockerfile.builder build(docker): Add Dockerfile for the builder 2024-04-08 16:48:34 +01:00
justfile feat: initial empty library 2024-04-08 14:33:39 +01:00
LICENSE feat: initial empty library 2024-04-08 14:33:39 +01:00
README.md docs(readme): Add a readme 2024-04-08 16:58:18 +01:00
renovate.json chore(deps): prevent renovate creating pointless PRs 2024-04-27 14:29:48 +01:00

kxio

status-badge

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