Paul Campbell kemitix · he/him
  • Joined on 2023-01-21
kemitix pushed to next at kemitix/kxio 2024-11-04 03:45:34 +00:00
35791fe389 feat(fs): add .path(path).canonicalize()
kemitix pushed to main at kemitix/kxio 2024-11-04 03:45:33 +00:00
c4df3d18c7 feat(fs): add .path(path).soft_link(other), .path(path).is_link()
kemitix pushed to next at kemitix/kxio 2024-11-04 03:41:47 +00:00
c4df3d18c7 feat(fs): add .path(path).soft_link(other), .path(path).is_link()
kemitix pushed to main at kemitix/kxio 2024-11-04 03:41:43 +00:00
d3f3a9e909 feat(fs): add .path(path).metadata()
kemitix pushed to next at kemitix/kxio 2024-11-03 22:32:05 +00:00
d3f3a9e909 feat(fs): add .path(path).metadata()
kemitix pushed to main at kemitix/kxio 2024-11-03 22:32:03 +00:00
10e6243f6e feat(fs): add .file(path).hard_link(path)
kemitix pushed to next at kemitix/kxio 2024-11-03 22:16:08 +00:00
10e6243f6e feat(fs): add .file(path).hard_link(path)
kemitix pushed to dev at kemitix/kxio 2024-11-03 22:16:01 +00:00
6344577a40 feat(fs): add .path(path).read_link()
e576e6e579 refactor(fs): PathReal owns its own data
10a745899d feat(fs): add .path(path).set_permissions(perms)
0db3bd40fe docs(fs): make it clearer what the std::fs functions map to
74977947d9 docs(fs): move checklist/std::fs mapping to rustdoc
Compare 10 commits »
kemitix pushed to next at kemitix/kxio 2024-11-03 21:51:11 +00:00
3989d269a6 feat(fs): add .path(path).canonicalize()
kemitix pushed to dev at kemitix/kxio 2024-11-03 21:51:02 +00:00
8d160e3472 feat(fs): add .path(path).read_link()
5aa2b96a9c refactor(fs): PathReal owns its own data
bfc3333f81 feat(fs): add .path(path).set_permissions(perms)
2748efd40b docs(fs): make it clearer what the std::fs functions map to
0f535ca997 docs(fs): move checklist/std::fs mapping to rustdoc
Compare 10 commits »
kemitix pushed to main at kemitix/kxio 2024-11-03 15:42:50 +00:00
015c28632e refactor: regroup integration tests into modules
kemitix pushed to next at kemitix/kxio 2024-11-03 15:35:11 +00:00
015c28632e refactor: regroup integration tests into modules
kemitix pushed to main at kemitix/kxio 2024-11-03 15:34:25 +00:00
f825aad327 feat(fs): add .path(path).rename()
kemitix pushed to next at kemitix/kxio 2024-11-03 15:27:46 +00:00
f825aad327 feat(fs): add .path(path).rename()
kemitix pushed to main at kemitix/kxio 2024-11-03 15:27:41 +00:00
afee181872 feat(fs): add .file(path).remove()
kemitix pushed to next at kemitix/kxio 2024-11-03 15:21:24 +00:00
afee181872 feat(fs): add .file(path).remove()
kemitix pushed to main at kemitix/kxio 2024-11-03 15:20:09 +00:00
d7725d63ee feat(fs): add .dir(path).remove_all()
kemitix pushed to next at kemitix/kxio 2024-11-03 15:12:09 +00:00
d7725d63ee feat(fs): add .dir(path).remove_all()
kemitix pushed to main at kemitix/kxio 2024-11-03 15:12:06 +00:00
ba3a388705 feat(fs): add .dir(path).remove()
kemitix pushed to next at kemitix/kxio 2024-11-03 15:04:17 +00:00
ba3a388705 feat(fs): add .dir(path).remove()