Walk a Nextcloud folder and share all its children publicly.
Go to file
Adam Cooper ebc6eaf6ee [wip] Committing before removing `Option<T>`
When I tried to add the next bit here, the borrow checker
objected to mutable borrows in lines 136 and 147, borrows
it has no problem with now. So I'm going to try to get this
working without `Option<T>` first.
2022-02-17 03:02:08 -05:00
src [wip] Committing before removing `Option<T>` 2022-02-17 03:02:08 -05:00
.gitignore [wip] No errors at this point 2022-02-16 09:30:46 -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