Walk a Nextcloud folder and share all its children publicly.
Go to file
Adam Cooper 06e60dce14 [wip] Change of approach: moving the Multistatus
Move the Multistatus value from the main function into the traverse
function, as it will not be used in the main function afterwards.
In the traverse function, the struct is now borrowed as mutable,
which fixes the append function, but we'll probably need to use
references in all the match arms.
2022-02-15 09:31:15 -05:00
src [wip] Change of approach: moving the Multistatus 2022-02-15 09:31:15 -05:00
.gitignore [wip] Commit before string refactor 2022-01-27 08:45:27 -05:00
Cargo.lock [wip] Starting depth-first tree traversal 2022-01-16 19:24:39 -05:00
Cargo.toml [wip] Starting depth-first tree traversal 2022-01-16 19:24:39 -05:00