This is an early implementation of the swh-fuse system. What is working right
now:
- mounting dir/cnt
- ls/cd/cat
- disk cache for metadata/blob
What needs to be done before merging:
- Add documentation
- Add type hints everywhere
- Add unit/functional tests
There are still a lot of TODO in the code, but feel free to comment!
Related to T1926